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.

MSP430F5529LP Software Example (IAR) missing files

Other Parts Discussed in Thread: MSP-EXP430F5529LP

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

  • Hello Wayne,

    Thanks for pointing this out here. It seems that particular version of DriverLib for that example could be out of date for the other example project works. It seems the Sys and Flash files have changed names to FlashCTL and SysCTL. Unfortunately, just switching names here will not get the project to build due to some other dependencies. I will work with our internal team to get this resolved.

    Regards,
    JH
  • 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