Part Number: MSP430FR2512
Tool/software: Code Composer Studio
I am trying to develop a program for the MSP430FR2512 which makes use of the ROM drivers available on chip.
With a newly installed version of CCS9.2, and as directed in the "How to use MSP430 DriverLib ROM" guidance note, I recreated the example project "adc_ex1_avccRef.c" which defaults to a target cpu of MSP430FR4133.
As suggested I add includes:-
#include "rom_driverlib.h"
#include "rom_map_driverlib.h"
#include "rom_map_driverlib.h"
The build fails because neither of these files are present.
There is a device specific file present though called "rom_driverlib_fr2676.h" but no corresponding rom_map_ file.
I then altered project properties to reflect my chosen target, the MSP430FR2512 but the build fails again because of the include files not being found. However exactly the same driverlib file for the FR2676 is still there.
It would seem to me as if there may be a problem with the generation of the ROM related header files. Please help. I am not a CCS expert and would love to hear that I am making a silly mistake somewhere.
Regards
Dick