Hello,
In my current application in development, I need to upload and burn the firmwares of two TM4C1294NCPDT.
The first one is going to be connected to the "outside world" by an ethernet port. The second one will only connect to the other processor.
My idea is to use ethernet to write the code to the first chip using the ROM Bootloader ethernet controller and use I2C from the two processors to burn the firmware of the second one.
My doubts are:
1) Is this set-up possible? As for what I've read on this forum and on the LM Flash app note I believe it is.
2) Is the ethernet burning possible using the LM Flash Programmer? I ask this because as far as I know it needs ICDI, which I'm not sure I have without the launchpad.
3) After the software is burnt, can the firmware be uploaded to both processors using a web server built on the first processor and the rom bootloader?
Amitt, I know I have already asked a lot about the firmware upgrades and the App Note helped a lot of my doubts to be solved, but these ones still remain. Thank you for your patience.