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.

AM620-Q1: NAND flash Management

Part Number: AM620-Q1

Hello,

We have following queries particularly for NAND flash memory

1)As per Boot process, SBL loads MCU image.So whether SBL has bad block management?

2)Whether chances of simultaneous access to memory by different cores is implicitly handled or we have to manage it explicitly (may be getting confirmation one core has completed it's access to memory)?

Regards,

Akshay

  • Hello Akshay,

    Thanks for your question.

    Currently in the SDK, we are yet to implement bad block management.

    The schedule for this is SDK version 10.

    2)Whether chances of simultaneous access to memory by different cores is implicitly handled or we have to manage it explicitly (may be getting confirmation one core has completed it's access to memory)?

    Can you briefly explain the usecase for me to be able to answer correctly?

    My initial go to would be IPC Notify Sync All mechanism to communicate among all initialized cores.

    Regards,

    Vaibhav