Tool/software: Code Composer Studio
The QSPIFlash driver of MMWAVE SDK up to the most recent version does not allow to read or write at address 0 of the QSPI flash.
The lines limiting this are:
757: DebugP_assert((memAddr != 0U)); in the function QSPIFlash_singleRead
955: DebugP_assert((memAddr!= 0U)); in the function QSPIFlash_singleWrite
In this situation I think accessing address 0 should be allowed.
Kind regards,
Sjors