Tool/software:
I have a question regarding the MMWAVE-L-SDK version 5.5, specifically concerning the Flash submodule within the Board Peripheral Drivers. In the function Flash_eraseSector defined in flash.c, I noticed that a NULL check is performed on eraseFxn at line 135. However, should it not be checking eraseSectorFxn instead? Given that eraseSectorFxn is executed at line 137, I believe it may be an oversight to check eraseFxn.
I would appreciate your clarification on this matter.