Part Number: J722SXH01EVM

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.
Part Number: J722SXH01EVM

ok, can you please share MemMap.h file where it is throwing error from the following line,
#include "MemMap_compatibility.h"
or the mmwave_mcusw package, let me check this error from my PC.
and this error is due to so many #if defines in the MemMap_Compatibility.h file, so can you please try with this
in the MemMap.h file
#if defined START_SEC( or whichever you want to include)
#include "memmap_compatibility.h"
#endif