Other Parts Discussed in Thread: HALCOGEN
Hello,
I'm having issues porting FreeRTOS 9.0.0 to the RM48 Development USB Stick. I've followed Halcogen's intructions to setup the proper interrupts (vPortYieldProcessor, vPortYeildWithinAPI) and I can trace the chip going all the way to portRESTORE_CONTEXT (in portASM.asm). When the program calls the portRESTORE_CONTEXT macro, it generates a prefetch abort.
I'm using heap_1.c. I've tested other heap_x.c with the same result, except heap_3.c which gives me a vApplicationMallocFailedHook instead.
What could cause such a prefetch error? Is it related to memory management?
Regards,