I'm relatively new to MSP430-programming and want to use the driver lib (https://www.ti.com/tool/MSPDRIVERLIB) for the MSP430FR2355. I included the library "driverlib.h"
in an new empty project with the following code:
Unfortunately when compiling I get the following error message:
{path}
is the location of the project on my computer.
The affected part in the file rom_driverlib_fr235x.h
of the library is the following:
I don't understand, what I am doing wrong or how I could specify the large data model, respectively.
Does anyone know how to solve this problem?
Thanks for your support.