Tool/software:
Hello team,
we are using MCAL : MCAL_MSPM0_00.02.04.00 package
SDK : mspm0_sdk_2_04_00_06 version
In Fls Module, the definition of eraseLoadFlashSize and eraseLoadFlashStart is missed and we are getting compilation error
#if defined CLANG
extern uint32 eraseLoadFlashSize;
extern uint32 eraseLoadFlashStart;
#else
uint32 eraseLoadFlashSize = (uint32) ((uint32*)__section_size(".eraseLoadSram"));
const uint32* eraseLoadFlashStart = ((const uint32*)__section_begin(".eraseLoadSram"));
#endif
Can you Please Provide Your feedback
Thanking you.
Regards,
Pradeep R