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.
Tool/software: TI-RTOS
Hi,
Can i use boot_serial for boot loading RTOS application into TM4C1294NCPDT??
Regards,
Digvijay
hi,
thanks for the reply. There is on more doubt . Do i need to change EK_TM4C1294XL.cmd file. Specially following part.
* ======== EK_TM4C1294XL.cmd ========
* Define the memory block start/length for the EK_TM4C1294XL M4
*/
MEMORY
{
FLASH (RX) : origin = 0x00000000, length = 0x00100000
SRAM (RWX) : origin = 0x20000000, length = 0x00040000
}
Regards,
Digvijay
Hi,
Thanks for the reply. I have made the following changes. I will test them when i get my board. But by logic it should work. Right??
MEMORY
{
FLASH (RX) : origin = 0x00004000, length = 0x00100000
SRAM (RWX) : origin = 0x20000000, length = 0x00040000
}
Regards,
Digvijay