Other Parts Discussed in Thread: MSP-EXP430FR4133, , MSP430FR4133, TIDC-MULTIBAND-WMBUS, WMBUS, UNIFLASH, CC1120, MSP430WARE
Tool/software: Code Composer Studio
I'm testing the Multiband (169, 433 and 868MHz) wM-Bus RF sub-system with Segmented LCD Reference Design but when i compile the solution into code composer studio i get a Warning and the code doesn't work.
I used:
• an MSP-EXP430FR4133 LaunchPad™
• a EM Adapter Booster Pack,
• CC1120EMK-169
the warning i obtain is:
#48-D incompatible redefinition of macro "BAK_RAM_BASE" (declared at line 409 of "/include/msp430fr4133.h") hw_memmap.h /TIDC-Multiband-WMBUS/driverlib/MSP430FR2xx_4xx/inc line 102 C/C++ Problem
the code is successfully compiled and run on the launchpad, but stop line 232 (main.c) displayScrollText("FR4133 WMBUS KIT"); and restart the program
can anyone help me?