Thanks to Amit I have replicated the example spma074 but have a question about the state of the target.
When I download an app from Host GUI thru programmer to target, target immediately executes app upon completion of the dl.
But after a power cycle I must press the target reset button before the target app code executes. So it would appear that the target stays in the bootloader upon power up rather than going to the app. I also tried disconnecting the GPIO pin used to force the target into Bootloader, but thats not it.
I suspect it is in the tmc_device_recovery_code, in the setting of the HWREGs(probably FLASH_BOOTCFG). Is there a good description of how hw_flash.h can be used? I have looked in data sheet for TM4C1294, BootLoader Users Guide(spmu301a), and ROM Users Guide (spmu363a) but no luck so far in setting up FLASH_BOOTCFG beyond this single example.
I'd like to be able to jump from app into ROM bootloader (example already jumps from ROM bootloader to app upon completion -> basically I'd like to sw trigger the jump to bootloader as opposed to using GPIO pin) and to have app run from power up rather than stay in bootloader waiting for reset button.
Thanks,
-Phil B