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.

TDA4VE-Q1: ospi flash

Part Number: TDA4VE-Q1

Tool/software:

Hi,

I have some questions about OSPF flash in SBL and would like to consult with experts from TI.

As shown in the figure below, in function SBL_ReadSysfwImage , reading sysfw is obtained through "SBL_SysFwLoad (void *) (* pBuffer), (void *) (ospi_cfg.dataAddr+SBL_OSPI-OFFSET_SYSFW), num-bytes);"? Where is the address data for ospi_cfg.dataAddr provided?

I read ospi_cfg.dataAddr + SBL_OSPI_OFFSET_SYSFW The data at this address did not change. I read ospi_cfg.dataAddr + SBL_OSPI_OFFSET_SYSFW The data at this address did not change. And ospi_cfg.xipEnable = 0.

LOG as follows: and ospi_cfg.xipEnable = 0.

LOG as follows:

111111111111111111 line = 205,ospi_cfg.dataAddr = 90068230.
111111111111111111 ospi_cfg.xipEnable = 0.
111111111111111111 line = 235,ospi_cfg.dataAddr = 90068230.
111111111111111111 line = 238,ospi_cfg.dataAddr = 90068230.
111111111111111111 line = 270,ospi_cfg.dataAddr = 90068230.
111111111111111111 line = 272.

...