2014-12-19 01:48 PM
Hi,
I am new to programming ST microcontrollers, and I am trying to get a demo tcpecho application running on my custom hardware. We are using an STM32F407. I notice that all the examples seem to use FreeRTOS and not CMSIS-RTOS/RTX. Has anyone started to do a port to CMSIS-RTOS/RTX yet? I need some help with sys_arch.c and sys_arch.h.Thanks,Bob2015-02-25 06:02 AM
Create a new project with Keil, then add RTX and lwIp.
After that. search the sys_arch.c file, it is written using 100% of CMSIS-RTOSinterface. ST provide only sys_arch.c file which use FreeRTOS functions.2015-03-11 05:10 AM
Hi,
Thanks!!!! That is exactly what I need.Bob