Other Parts Discussed in Thread: EK-LM3S8962
Hi there,
I am trying UART as the bootloader interface to update my firmware to my EK-LM3S8962, but with no luck. When I use LM flash programmer to update/download my program, I got an error message saying "Failed to establish communicatin with the board ....." What I have done is
1. load boot_serial to the flash at address 0x0000 using Keil via jtag
2. connect usb-to-rs232 cable to my computer, and connect rs232 to the EVB via an UART/rs232 adaptor.
3. try to download the firmware to the EVB at address of 0x800 using LM flash programmer.
I believe the rs232 transceiver should be fine since we have been using it. Is there anything I have done wrong? Please help me. Thank you