Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi team,
I'm developing industrial communication sdk for AM243x on my custom board, and I installed the flash device IS25LP128.
On my board, EtherCAT_Slave_Simple.c is expected to start at sbl_ospi.c.
I confirmed that sbl_ospi.c starts, but the process is stuck in the function Bootloader_parseMultiCoreAppImage().
Meanwhile, I confirmed that IS25LP128 can read and write flash via Nor SPI (not ospi) as well. I used the same sysconfig file as this time.
Do you know some reason why it stopped in the SBL?
Best regard,
oyama