Hi,
I am using USB bootloader to update the firmware for Tiva TM4C123GH6PGE.
Using LM Flash Programmer I flash usb bootloader at 0x0 via JTAG. Then in my application, I re-define the APP_BASE value in "appname_ccs.cmd" to 0x00002800, and flash it to chip via USB DFU interface. That is OK with the normal application.
But with the TIRTOS application, when I change app base address in EKS_LM4F232.cmd to become any value other than default 0x0, I got the compile error, it says:
#10264 DEFAULT memory range overlaps existing memory range FLASH SD_log C/C++ Problem
#10264 DEFAULT memory range overlaps existing memory range SRAM SD_log C/C++ Problem
Any idea on this issue?
I want to update new TIRTOS firmware via USB with USB loader, but got stuck at this step.
Thanks,
Tin