Other Parts Discussed in Thread: UNIFLASH
Hi all TI experts,
I am currently using our custom board, with the main MCU being the AM2431, and the SDK version is mcu_plus_sdk_am243x_09_01_00_41. The board only has one external flash. I flash the sbl_null onto the board's flash through UART, connect to the AM2431 using the XDS110 debug probe, and run my program in debug mode via CCS.
I want to store some data in the external flash during program execution. In my application's project, I have configured the FLASH settings in syscfg, and saved and compiled it. However, during execution, it crashes at Flash_open() in ti_board_open_close.c. What could be the possible reasons for this issue?

The following is where I paused the program when it crashed.


Best regards,
Larry