Other Parts Discussed in Thread: AWR1843
Hello everyone,
I am trying to use the primary bootloader of the AWR1843 radar, I connected an stm to the radar and sent some bytes using the write to flash command
I checked with a logic analyzer and I got back an ACK response and a success response when I used the GET_Status command as well
then I tried to verify if those bytes I sent were received correctly in the flash memory of my AWR1843 so I used the QSPI driver and I I added the flash read function at the beginning of the MmwDemo_opensensor API in the MSS main like this :
I put a breakpoint there to be able to read the readBuf buffer which is the flash buffer but I keep getting an empty buffer
PS : the EVM is in the functional mode of course when I am debugging
any idea? thanks