Tool/software:
Hello Everyone!!
I am trying to implement custom bootloader for TM4C123GH6PM by considering an example project (boot_serial) available in Tiva library. i have made changes with the communication interface from UART0 to UART1 in all the required files and can able to build the project but here i am facing an issue ie., in that library example there is a file bl_startup_ccs.s and in my project it is been there as startup_ccs.c i tried to copy the data from .s file to .c file and changed the .c file property to .s but it doesn't got worked and also throwing warnings as
warning: Data is being written to auto-generated file TM4C_Boot.x1
warning: Data is being written to auto-generated file TM4C_Boot.x2
warning: Data is being written to auto-generated file TM4C_Boot.x3
can't able to know how to configure exactly the ccs.c file. Attached the project file please go through it.
Requesting you to help me Out!!!.
Thank you
ANIL.