Part Number: EK-TM4C123GXL Tool/software: I am using the EK-TM4C123GXL REV B board. I am externally powering the device. I connected to the USB ICDI port and flashed with boot_demo_uart_rom [C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c123gxl\boot_demo_uart_rom]. I have also connected an FTDI-USB chip to pads H6 [U0 RxD] and H7 [U0TxD] see image below. This was successful and the LED is blinking, if I hold the SW1 switch it goes into boot loader. I can then load the hello program [C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c123gxl\hello] with LM Flash Programmer via USB ICDI. That works. I can then reset the Tiva and see Hello, world! via terminal connected to both the Stellaris Virtual Com Port and via the serial COM port connected to the FTDI chip. What I wanted to do is load the program via UART over via the FTDI chip. To attempt this I loaded the boot_demo_uart_rom via USB ICDI. Removed power, unplugged the USB ICDI and powered back up. I then used LM Flash Programmer configured as pictured below. I then attempted to flash the program and received error: Failed to establish communication with the board! After some time attempting this and looking at design "EK-TM4C123GXL Rev A.sch" we cut the traces after H6 and H7 pads so that the ICDI could no longer communicate to U1 MCU. Prior to cutting the trace the boot_demo_uart_rom was loaded. This was successful and the LED is blinking, if I hold the SW1 switch it goes into boot loader. I can then load the hello program [C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c123gxl\hello] with LM Flash Programmer via Serial over COM3 using the FTDI Chip. I can then reset the Tiva and see Hello, world! via Serial Com port connected to the FTDI chip. Is there a way to do this on the launchpad via software or other hardware configs without cutting the traces for UART0 to the ICDI USB Debug port such that we can have the ability to program via the FTDI chip connected to RxD and TxD?
↧