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.

Ek-TM4C1294XL Bootloader

Hi, 

This will be my first real embedded project, just so you know my level. Im trying to figure out how i can update / step debug (via the USB, not jtag yet) the boot loader running on the board. There is no boot loader example in the TMC1294XL examples dir, and the boot_loader directory does not contain any project settings for Keil uvision, and im not sure how i would configure it if i started a new project. What i really wanna do is just to download the same boot loader that is installed on delivery, but beeing able to change in it and step debug.

I have searched these forums and googled it but have not found anything that really applies to my situation. I have found some examples in dk-tm4c129x directory, for example boot_emac_flash, but im a bit unsure if i just can deploy that and if that will replace the rom bootloader, or if the rom bootloader just will call this bootloader as the application after boot. And that boot loader is for DK, not EK, im not sure if that will cause any troubles. So to summarize:

1. Can i replace the default boot loader on the EK kit?

2. If 1 = yes, how? If not, how do i add my own?

3. How can i step debug it, like i step debug any application.

Best Regards