TI E2E™ 设计支持论坛将于 5 月 30 日至 6 月 1 日进行维护。如果您在此期间需要技术支持,请联系 TI 的客户支持中心寻求帮助。

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.

LP-AM243: how to process this board_flash_open error?

Part Number: LP-AM243

Hi,

    when i run sdk demo on lp-am243, i met a problem, the message in Console and Terminal is that "[MAIN_Cortex_R5_0_0] ERROR: Board_flashOpen:199: FLASH open failed for instance 0 !!!"

    i think there is no communication between r5_0_0 and flash chip.

    how to handle this error? 

    lp-243x .  mcu_plus_sdk_am243x_08_01_00_36.

  • Hello,

    1. Check the hardware connection:
    Make sure all hardware connections between the LP-AM243 board and the flash memory chip are correct. Make sure the flash chip is properly connected and powered.

    2. Verify configuration Settings:
    View the configuration Settings in the SDK project. Check that flash configuration Settings (such as chip selection, size, etc.) match the actual hardware configuration. Make sure the SDK project is configured correctly for the LP-AM243 board.

    3. Check flash initialization code:
    Look at the code that initializes the flash. Make sure it configures the flash controller correctly and initializes the flash chip. Check the initialization code for errors or configuration errors.

    Thanks,

    Gary