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: Flash block/sector erase in MCAL

Part Number: AM2634

Hi team,

I found an unreasonable place in mcal fls module. In the Fls_Erase(),it is considered to do sector level erase, but it will call Fls_NorErase() which do block erase actually.

I try to do a test, the result is the same with what I described above.

  

I think we need do 2 separate functions for block and sector erase to avoid confusion.