I implemented programming over the internet method in EK-TM4C1294XL by using eflash.
If the programming process is start , and the link is break in the middle, the flash has corrupted data
How Can I tell to the CPU to enter to bootp mode again ?
thx
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.
I implemented programming over the internet method in EK-TM4C1294XL by using eflash.
If the programming process is start , and the link is break in the middle, the flash has corrupted data
How Can I tell to the CPU to enter to bootp mode again ?
thx
Hi
What are the conditions for "not fully in place" ?
If I start to program the flash , and the link is broken 2-3 bytes before the end, or after 100 bytes from start , does the hard reset software recognize this condition and jump to boot loader ?
Can you provide some doc or source code , what the CPU internal ROM software check when we hit hard reset ?
thanks
Hi
Does the SP and PC check ALL the time or only after hard reset ?
If TI check this only after hard reset then this CPU has bug!!!
Suppose we use remote program the flash , and there is disconnected cable just before the end.
After hard reset , the CPU will have correct PC and SP, and it start to run , but after a while the program will stack , and I can not go remotely to the boot loader any more, We have to open the system , and connected JTAG programmer to installed the SW again.
TI need to provide some HW mean to force the CPU to enter to boot loader , example :
fore one CPU pin to Hi/Low during hard reset .
thanks
See the description of the Boot Configuration (BOOTCFG) register.Micha Nisani said:TI need to provide some HW mean to force the CPU to enter to boot loader , example :fore one CPU pin to Hi/Low during hard reset .