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.
Compiling the IAR version of the "MSP-EXP430F5529LP Software Examples and Design Files" fails because flash.c and sys.c are missing from the driverlib. Version released 09 Jul 2015.
Wayne
I too had this issue when building the OutOfBox_EmulStorageKeyboard project for the MSP430 Launchpad on a Windows system using IAR. In case anyone else is looking for a fix, I was able to resolve this very quickly by duplicating and renaming each file (i.e. flash.c is a copy of flashctl.c and sys.c is a copy of sysctl.c - the same goes for the .h files). Not very elegant, but the project builds without errors.
AW
**Attention** This is a public forum