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.
Tool/software: Code Composer Studio
I want to use SCI BOOT1 Mode with GPIO28 & 29. But I failed to boot load through SCI.
I use the "blinky_with_dcsm_cpu01" example project In TI controlSUITE to test. I did the following:
(1) In DCSM_Z1_ZoneSelectBlock.asm file, I uncommented the two .long words and change the value as 0xFFFF815A.
(2)In 2837xD_dcsm_lnk_cpu1.cmd, I removed ", type = DSECT" as below:
(3) Then, I compile and load the program successfully by using an JTAG emulator.
With operations above,I didn't boot load through SCI (GPIO28&29) successfully.
Did I miss some important points? Do I need to configure GPIO28&29 for SCI If I want to use SCI BOOT1 Mode? Do I need to write my BootLoader for SCI BOOT1 Mode?
if you are just worried about SCI boot i would suggest you to try LED example and not LED_DCSM.
Have you configured the custom boot modes in OTP. If not please refer the TRM for details and configure the OTP.