Other Parts Discussed in Thread: UNIFLASH
Hi,
HW: AWRL6432 ES1.0
The BOOTROM supports UART download sequence like below.
First we send the “UART break” from HOST and AWRL6432 response a ACK MSG. ==> This is OK
After that, we send “Open Download” command from HOST but AWRL6432 response a NACK MSG. ==> This is an issue.
The "Open Download" destination storage is set as AWRL6432 internal SRAM.
We suspect UART download sequence "Open Download" to SRAM command is not supported. Could you clarify it?
You can also use Uniflash to reproduce the issue:
Step 1: Specify target memory as SRAM
Step 2: Start to download image, the AWRL6432 reply NACK ([ERROR] Cortex_M4_0: Nack Received, Err Code: 0x0000020000000000)
We also try to use serial port tool to send command / get response between host and AWRL6432.
The situation is the same.