Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi TI expert,
I'm using the MCU SDK: mcu_plus_sdk_am64x_11_00_00_15 with sysConfig: sysconfig_1.22.0
My SBL starts from 'mcu_plus_sdk_am64x_11_00_00_15\examples\drivers\boot\sbl_ospi', I failed to boot the application, and got the following error:
'
Boot from factory bank......
TR Response failed for transfer : SRC = 0x61000000, DST = 0x84000000, SIZE = 32
ASSERT: 18.407657s: ospi/v0/lld/dma/udma/ospi_udma_lld.c:OSPI_udmaUpdateSubmitTR:259: FALSE failed !!!
'
if I disable the 'Enable DMA' while config OSPI flash, application can be boot.