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.

MMWAVE-L-SDK: Inquiry Regarding Board Peripheral Drivers of MMWAVE-L-SDK Version 5.5

Part Number: MMWAVE-L-SDK

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.