Hi,
I'm trying to compile in Release the Drivelib/MWare library found in controlSUITE\device_support\f28m35x\v201\MWare.
Compiling in debug works but in Release I get this error :
expression must be an lvalue or a function designator hwbist.c /driverlib line 199 C/C++ Problem
on line 199 of file hwbist.c
HWREG(HWBIST_BASE + HWBIST_O_MSTCRET) = (unsigned long)&HWBISTASMResetHandler;
If I exclude it from build, it works. Anyone got this problem?
Regards,