I am working on porting lwIP into RTX-RTOS. In lwIP's "sys_arch.c" file, I need to implement functions to free up semaphores, mutexes and mailboxes. RTX-RTOS does not have any functions for this.
Since a mailbox is a pointer to a block of memory, can "_free_box" be used to free a mailbox?
How about for a semaphore or a mutex?
Thanks,
Willy
Take a look at MDK5 Software pack for lwIP: http://www.keil.com/dd2/pack/
It is already ported to CMSIS-RTOS2 and can be used with RTX5.
Thanks for your response. However, I am using a legacy MCU (RM48L950), and cannot use CMSIS-RTOS2. I am required to use RTX-RTOX ("rtl.h"). Is there a way to do this with the older version of the RTOS?
Is that even an ARM at all?
or any architecture supported by Keil?
View all questions in Keil forum