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.

AM263P4: SBL related issues of AM263P4

Part Number: AM263P4

In the SBL routine sbl_ospi_multicore_elf in mcu_plus_sdk_am263px_11_00_00_19, after executing status = Bootloader_parseAndLoadMultiCoreELF(bootHandle, &bootImageInfo);, the code proceeds to execute OSPI_enableDacMode(ospiHandle);. What is the intention behind this?

Because I understand that the program below will configure the PHY and DAC mode according to the syscfg settings. Is it necessary to add the statement to enable DAC mode above?

image.png