Hi Guys!
I've got some problems with Concerto F28M35 controller, Sometimes the C28 starts, sometimes not: The M3 side starts like this:
---------------------------------------------------
#ifdef _FLASH
memcpy(&RamfuncsRunStart, &RamfuncsLoadStart, (size_t)&RamfuncsLoadSize);
SysCtlSubSystemReset(3); //both control and analog reset
IPCMtoCBootControlSystem(CBROM_MTOC_BOOTMODE_BOOT_FROM_FLASH);
FlashInit();
#endif
--------------------------------------------------
When the c28 processor halts during the boot process it sends:
CTOMIPCBOOTSTS = 0x00210000 (ITRAP occures during the boot procedure)
CTOMIPCCOM =0xFFFFFFFE
I'm not sure whats wrong, could you guys suggest anything?
Andrew