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?
