Hi !
I have used LPC55S69 port of RTOS a bit and analyze symbol file after linking and can see that a lot of kernel specific variables/functions are not included in PRIVILEGED_FUNCTION/DATA sections.
For example entire list.c. Something in port.c, task.c, heap_4.c.
For my understanding entire kernel/data should be located in privileged sections.
But now, some of those are outside.
Is any specific reason to do like this ?
Regards,
Eugene