This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/TDA3: fail to flash apps image on TDA3 EVM

Part Number: TDA3

Tool/software: TI-RTOS

Dear Champs,

I also faced an issue to fail flashing Apps image as below e2e.

After flash Apps image of pre-built image, I faced same errors as below when I run TDA3 EVM.

I confirmed AppImage_BE was used, and trying to read 0x5c080000 via memory browser, but I have no idea where I should set below code.

QSPISetMAddrSpace(SOC_QSPI_ADDRSP0_BASE,
                  (uint8_t) QSPI_SPI_SWITCH_REG_MMPT_S_SEL_MM_PORT);
QSPI_ConfMAddrSpace((uint8_t) QSPI_SPI_SWITCH_REG_MMPT_S_SEL_MM_PORT,
                    QSPI_CS0);

Please let me know how I can debug this issue, and how I can read 0x5c080000 memory region.

Currently I found only '0' in this memory region.

I'm using VisionSDKv3.05 now.

Thanks and Best Regards,

SI.