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.

CCS/TMS320F28379D: Change Bootpins in DCSM via .out file

Part Number: TMS320F28379D
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

Hello,

I try to change the bootpins for flashboot at the µC.

Therefore I use the blinky_with_dcsm example from controlsuite. I change in the projectproperitys the mode to flash and added followed linker files (folder cmd):

in the asm file I uncommendet all .longs exept the reversed, because when I uncommend the reversed I get an error at flashing the µC:

in the bootctrl section I changed the pins to GPIO50 and GPIO51 (line 84). When I tried this in the on-chip-flash settings in the debugger mode of ccs it works fine

(I have some controllers to do such tests).

In the dcsm linkefile I deleted ", type=DSECT" of zone 1:

I can flash the controller with this settings but when I put power of and power on the µC just boot with 1 at GPIO 72 and GPIO 84.

What i did wrong?

best regards 

Julian