Other Parts Discussed in Thread: TMS320F28375D
I need to move the boot pins on my microcontroller to GPIO02 and GPIO03 and boot from flash. I wired GPIO02 and GPIO03 to 3.3v supply on the launchpad. I then flashed
0x03040B5A into Z2-BOOTCTRL OTP register.
0x03 for pin GPIO02
0x04 for pin GPIO03
0x0B for flash boot
0x5A for the key
based on the following:
and
I flashed the LED Blinky example program. The processor does not boot from flash if I hit the RESET button on the Launchpad. What am I doing wrong? (It used to boot from flash on hitting the RESET button when I had the switches on GPIO84 and GPIO72 in the on position (connected to 3.3v). My goal is to do this on a custom board with a TMS320F28375D chip but I wanted to test this on my Launchpad before moving to the actual device.
Regards
Neil