Other Parts Discussed in Thread: MSP430FR2512, MSP430FR2522, MSP430FR2676,
Tool/software: Code Composer Studio
I use the Captivat function on this device. I managed to get the software and hardware to work fine (just 1 proximity sensor.
I realised, that the compiler does not link in the existing ROM lib.
I found the following lines in "rom_captivate.h"
//! MSP430FR2512 Device ROM Header File
//
#elif defined (__MSP430FR2512__)
#include "rom_headers/rom_captivate_msp430fr2522_family.h"
//! MSP430FR2676 Device ROM Header File
//
#elif defined (__MSP430FR2676__)
#include "rom_headers/rom_captivate_msp430fr2676_family.h"
#else
#warning "Failed to match a ROM include file."
#endif
(in the "rom_map_captivate.h" file the ROM_CAPT_XXX functions are declared and enabled
looks like there is no provision for the MSP430FR2675??? but according to data sheet ROM lib is in there
I changed the device to MSP430FR2676 in the project menu and compiled again.
I opened the "Memory Allocation" -> still no ROMLIB usage!!
1.) what do I missed to use the ROMLIB
2.) how do I get the FR2675 ROMLIB
Thanks very much
Best regards
Kurt