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.

RTOS V 2.12.01.33 and FlashCtl - Link errors, API missing?!?

Other Parts Discussed in Thread: MSP430F5638

Ok, we're updating to the latest and greatest TI RTOS, and it looks like the FLASH api has changed.  There's no Flash.h, now there's FlashCtl.h and while the functionality is the same,the names have all been changed.

Fine, I change the header include and all the names, but now I get link errors and *no* FlashCtl_* is found!

Example error (1 of 5):

Description	Resource	Path	Location	Type
unresolved symbol FlashCtl_unlockInfoA, first referenced in ./Local	MainBoard_Root		 	C/C++ Problem

Do I need to rebuild the BIOS or something to get this, or am I way off base?  This is a showstopper for our app.

All help GREATLY appreciated!

Ed Averill