Hi,
I have developed a board using the TIVA TM4C129 ENCPDT controller.
I am trying to load my binary file using the LM FLASH PROGRAMMER.
Following are the details:
1. Uart0 is used for loading the binary file.
2. Transceiver max232 is used to communicate with com port of PC and the TIVA controller.
3. External crystal is 25Mhz.
Problem faced are as below:
1. First i was unable to communicate with board using the UART0. LM flash programmer was showing the error
"Error: failed to synchronize the baud rate with the board." if i used the auto baud feature.
2. If I disable the auto baud feature error is
"Error:failed to communicate with board.
3. Then suddenly once i was able to flash my binary to theTIVA controller.
4. But after loading once i am again unable to flash the board and getting the first 2 errors.
I have not configure the BOOTCFG register in the program which I was able to load once.Is there any issue related to that?
DId i need to check any hardware pin?
Also the program i load uses the UART0 , will it be issue?
I am not getting any response from the TIVA controller for auto baud command or the sync command which is sent from the LM flash programmer.