This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi All
Tms320f28388d chip, three core bootloader development, when downloading CPU2 core, it will be stuck in can_ Initram in the while loop in this function. After restarting the MCU, it will still be stuck here.
Do not know why? CANA succeeds, CANB fails
CANA and CANB Config Pin:
#define DEVICE_GPIO_CFG_CANRXA GPIO_30_CANRXA // "pinConfig" for CANA RX
#define DEVICE_GPIO_CFG_CANTXA GPIO_31_CANTXA // "pinConfig" for CANA TX
#define DEVICE_GPIO_CFG_CANRXB GPIO_10_CANRXB // "pinConfig" for CANB RX
#define DEVICE_GPIO_CFG_CANTXB GPIO_12_CANTXB // "pinConfig" for CANB TX
Please know, let me know. Thank you
Best Regards
are you downloading CPU2 image through CPU1 ?
Can you give more information on the boot flow you have to load all 3 images.