Tool/software: Code Composer Studio
Hi, I've been reviewing the bootloader that comes as part of TivaWare as I would like to use it in my application. I'm just trying to understand how it works. The part that I'm stuck at is the location in flash that the bootloader and the main application both use. Looking at "boot_demo1_ccs.cmd" and "bl_link_ccs.cmd" it looks like they will overlap with each other in flash memory. The bootloader starts at address 0x00000000 and its length is 0x00010000. The main application starts at 0x00004000 and its length is 0x000fc000. So I'd just like to get an explanation of the overlap in memory of these 2 pieces of code.
Thanks,
Doug Burrell