Other Parts Discussed in Thread: TM4C123GH6PGE, UNIFLASH
Hi,
We developed one board based on TM4C123GH6PGE, The board have functionality of taking inputs from UART, CCP & SPI ports and sending output on USB port.
We tested our code that was built for DK-TM4C123, works fine for this board.
But from yesterday onwards we are facing one issue of flashing!!
I tried flashing through CCS as well as uniflash, but with both the tools we found the permanent writing of code is not happening (as per assumption). If I connect the USB port to computer without power off, computer will get the data on USB port (displayed on hyperterminal), as soon as I restart (powering again) the board it will not throw the data on USB port even I am not finding the USB connected to computer in device manager itself.
I also observed the CRC code in uniflash. Before restart of board i noted down the CRC code i.e. F2C118C and after restart I again read the CRC that was same as before restart i.e F2C18C.
Kindly suggest where will the problem might be!!