My baud rate should be 115200, but it is 892.9 void UART0_Init(int pclk, int baudrate) { unsigned long int DLest;
I am working a C firmware program for an embedded device. I want to send an array of hex char values over the serial port. Is there a simple way to convert a value to ASCII hex?
When I use JTAG to load my C code to evaluation board, it loads successfully. However, when I executed my code from main(), I immediately got \"CPU is not halted\" error, followed by \"No APB-AP found
I am writing a simple multi-drop RS485 protocol for serial communications within a distributed system.I am using an addressable model where slave devices are given a window of 20ms to respond.The mast
I was wondering if any developers in the embedded space know of any interesting tricks to help lessen the pain of developing for microcontrollers with very limited stack space.I\'ve recently been writ
I was wondering how to embed a video on a webpage to have it compatible with mobile devices. I am kinda new to the whole mobileweb. So I set up some testing pages and tried them out with some devices
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Up开发者_开发百科date the question so it focuses on one problem only b
I have just joined a project which require working on ARM based micro-controllers.. i have been a web developer for sometime and i am in need of some materials and resources to startup with embedded s
I need to configure USB OTG on iMX31 for device mode. We need a raw channel between the host and target and usb seems to be the best suited. However I haven\'t been able to correctly configure the OTG
I\'m using 32-bit microcontroller (STR91x). I\'m concurrently accessing (from ISR and main loop) struct member of type enum. Access is limited to writing to that enum field in the ISR and checking in