Other Parts Discussed in Thread: UNIFLASH
Hi E2E,
I am facing a unique problem,
I am using TMS570LC4357. I want to have a Ethernet Bootloader for this controller. I've found one ethernet bootloader based on TFTP Protocol.
And i'm able to load the bootloader and application program & works fine, not an issue.
The bootloader is configured to bank0 & my application in bank1.
the problem is when i edit my application program & try to load through tftp ,the application doesn't load it gets stuck at Fapi_BlockProgram function, but when i revert the changes and load the appliction it loads.
The functionality of project is
1. load the bootloader - u will get a command saying (program flash) in serial debug
2. load the application program through TFTP (.bin file)
TFTP config - ipaddr - 192.168.0.2
port - 69
3. send a command - erase through sockettest & restart the launchpad u will get to step 1
socket test config UDP client - 192.168.0.12
port - 7000
I have attached my bootloader project & application project , Please help.