I'd like to use a FreeRTOS 8.0.0 port for my RM48L950, but the original FreeRTOS code differs much from the HalcoGen FreeRTOS (even if I compare HalCoGen FreeRTOS with FreeRTOS 7.4.0 from freertos.org).
So, some questions:
1) Looks like some functions in the HalCoGen code point to the special MPU support - is it true? And what about the original FreeRTOS code?
2) What is the purpose of using vPortSWI Handler in HalCoGen result code insted of vPortYieldProcessor Hanlder in the original FreeRTOS code?
3) What are the other differences (basically or in details)? Can I use the code from freertos.org or it is not correct enough?
Thanks a lot for your help.