Hello, I am looking for information about programming an ARM M4 firmware to basically broadcast serial information to a bluegiga WF121-A wifi module. My device will receive 2 serial inputs and I want the serial input packets to be sniffed and broadcasted to be used by a mobile app.
I have 2 serial inputs that I need to cross unimpeded across the device, but the device reads the serial input and broadcasts it for analyzation and processing in the app.
I am also interested in how to do multithreading and data buffering with this processor. I am currently using Keil. Any ideas?
Hi, Keil MDK includes CMSIS-RTOS/RTX which can be used for your M4 device http://www2.keil.com/mdk5/cmsis/rtx . Most of the examples in the CMSIS Packs are based on that RTOS so you will probably find one for your specific device.
Hope this helps.
Stefano