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.

AM2634-Q1: MCAL Flash issues

Part Number: AM2634-Q1

Hi team,

Now we met some MCAL flash issues shown as below:

1. Use Fls_Erase() and Fls_Write() to erase& write flash. When the erased address offset is 0, the address can normally see that the 0 address at the beginning of the flash is erased and written. But the offset offset is 0x800000 or a larger address such as 0xE00000, and the corresponding offset address has not been erased. (The flash of the Am263x CC development board should be 16M bytes)

2.Synchronous waiting is used when calling and executing instructions, which will cause task obstruction, and some instructions are seriously obstructed;

3.The entire chip erase command time is a bit long, and the erase time of 8Mbyte exceeds ten minutes. Is there any way to improve this problem?

  • Hi Bruce,

    Can you please expirement with the Fls_Erase( ) API where it uses the offset and the size of the chunk to erase, then you can iterate over the addresses. This makes it not time consuming and avoids the failing of the execution inside the function.

    As shown below, you can find this in the fls_app example too.

    Thanks

  • Hi Jane,

    As per our discussion, sharing the reference example.

    incrementing the offset by 64kb

    FlsApp.c
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    /* ======================================================================
    * Copyright (c) 2022 Texas Instruments Incorporated
    *
    * All rights reserved. Property of Texas Instruments Incorporated.
    * Restricted rights to use, duplicate or disclose this code are
    * granted through contract.
    *
    * The program may not be used without the written permission
    * of Texas Instruments Incorporated or against the terms and conditions
    * stipulated in the agreement under which this program has been
    * supplied.
    * ==================================================================== */
    /**
    * \file FlsApp.c
    *
    * \brief This file contains the FLS test example
    *
    */
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

  • All, 

              Update the latest status, looks like the Fls_norErase() function limit the erase command to block erase and not support chip erase and sector erase. Need BU revise the MCAL code. Thanks! 

                 Jane 

  • Hi Jane,

    I have already raised a JIRA for this it's currently in development. We are adding following features.

    1. Erase support in sector/block and chip wise erase.

    2. QE bit configurability for custom flash integrations. 

    [SITARA_MCU_MCAL-4406] Fls QE bit configurability in flash Fls_NOR_s25fl128sa.h file - Texas Instruments JIRA (ti.com)

    [SITARA_MCU_MCAL-4440] Fls Erase function always performs a BLOCK erase - Texas Instruments JIRA