Part Number: DK-TM4C129X
Hi,
I was trying to create a flash based bootloader for TM4C129 microcontroller (UART0 Bootloader).... I have used files from thread https://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/t/366681 ....
After importing project I am unable to find *.c file to build the project... in the folder I could find a bl_config.h....
In folder /boot_loader there is a bl_main.c file which I tried to add and compile but met with errors....Pls provide source for creating flash based bootloader....or let me know files to be added to...
Also once I create and program a bootloader file..... What are the modification needed on application project?? Does the linker file be different from the once used normally(ICDI) ??