Tool/software: Code Composer Studio
As we know, GPIO72=1, GPIO84=1 are for flash boot by default.
However I want to ask: Is it possible that I can boot to flash without any external pull-up for the two flash boot mode pins or even other alternate boot mode pins.
I refer the TRM and I find that I can achieve it by configuring two registers.
If it is possible, I just need to configure these two registers of Z1_BOOTCTRL.KEY and Z1_BOOTCTRL.BMODE, right ? Should I put this configuration in front of the whole code?
Another question: Now I configure GPIO72=0, GPIO84=0, It should be Parallel IO mode. I don't understand why the DSP can boot alone just like It work at Flash Boot.