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.