Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Hi,
I'm using a MCU063B version of the Control Card for the F28388D. I'm also using C2000Ware 5.00.00.00, SysConfig and FreeRTOS in my project.
I was always executing my code in RAM with no problems, now trying to execute it in FLASH, the same code gives me an error at the very beginning initialization:
Device_init() ->
SysCtl_setClock(DEVICE_SETCLOCK_CFG) ->
//
// Delay of at least 120 OSCCLK cycles required post PLL bypass
//
SysCtl_delay(23U);
The error gets me to _system_post_cinit():

Looking at Disassembly:

Why do I get this and how can I fix it?
Thanks,
Fabio