Hi all,
MCU: Stellaris LM3S9B96
IDE: CCS v5.5
TI RTOS 1.1.0.25
I have two board, one is main control board, another one is comm board. The main control board connects to the PC and is the only board connect to the PC via ethernet. the comm board connect to the main control board via UART serial.
I can update the firmware of main control board using ethernet update by LM flash programmer. However, the comm board can only use UART update. It means I have to use main control board as a bridge to send data between LM and comm board.
Is there any idea how to implement UART update firmware between comm board and PC.
Thanks