Other Parts Discussed in Thread: MSP430FR5994, MSP-EXP430FR5994, , MSP430FR5964, MSP430F5438A
Hi!
I'm currently trying to use the CC2564MODA in a project that uses the MSP430FR5994. I chose this module majorly because I didn't want to use a SoC Bluetooth module, I like that it already had the antenna and It had already the BLE stack.
I downloaded the stack for the MSP430F548A and used the SPPLEDemo, then created a new project where I migrated the Demo for a MSP430FR5994 microcontroller. I included all the stack and prebuilt libraries, but I'm getting some errors in the compilation that don't lead me to solve the problem. The content of the console after building the project is the following:
**** Build of configuration Debug for project SPPLEDEMO_MSP430FR5994_v_1 **** "C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all 'Building target: SPPLEDEMO_MSP430FR5994_v_1.out' 'Invoking: MSP430 Linker' "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_21.6.0.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --advice:power="all" --advice:hw_config=all --define=__MSP430FR5994__ --define=_MPU_ENABLE -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 -z -m"SPPLEDEMO_MSP430FR5994_v_1.map" --heap_size=160 --stack_size=160 --cinit_hold_wdt=on -i"C:/ti/ccsv6/ccs_base/msp430/include" -i"C:/ti/Workspace/SPPLEDEMO_project/Bluetopia/profiles/GAPS/lib/CCS/eabi" -i"C:/ti/Workspace/SPPLEDEMO_project/Bluetopia/profiles/GATT/lib/CCS/eabi" -i"C:/ti/ccsv6/ccs_base/msp430/lib/5xx_6xx_FRxx" -i"C:/ti/ccsv6/ccs_base/msp430/lib/FR59xx" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_21.6.0.LTS/lib" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_21.6.0.LTS/include" --priority --reread_libs --start-group --define=_MPU_ENABLE --diag_wrap=off --display_error_number --warn_sections --xml_link_info="SPPLEDEMO_MSP430FR5994_v_1_linkInfo.xml" --use_hw_mpy=F5 --rom_model -o "SPPLEDEMO_MSP430FR5994_v_1.out" "./Main.obj" "./SPPLEDemo.obj" "../lnk_msp430fr5994.cmd" -llibmpu_init.a -l"C:/ti/Workspace/SPPLEDEMO_project/Bluetopia/lib/CCS/DefaultMTU/eabi/libBluetopia.a" -l"C:/ti/Workspace/SPPLEDEMO_project/Bluetopia/lib/CCS/DefaultMTU/eabi/libBluetopia_LE.a" -l"C:/ti/Workspace/SPPLEDEMO_project/Bluetopia/lib/CCS/DefaultMTU/eabi/libBluetopia_SCO.a" -llibmath.a -llibc.a <Linking> error #10450-D: Attempted to add non archive file into group archive, specify it outside of the --start-group & --end-group options. error #10450-D: Attempted to add non archive file into group archive, specify it outside of the --start-group & --end-group options. error #10450-D: Attempted to add non archive file into group archive, specify it outside of the --start-group & --end-group options. error #10451-D: Reached end of options with missing --end-group. warning #10211-D: cannot resolve archive C:/ti/ccsv6/ccs_base/msp430/lib/FR59xx/libmpu_init.a to a compatible library, as no input files have been encountered warning #10211-D: cannot resolve archive C:/ti/ccsv6/ccs_base/msp430/lib/5xx_6xx_FRxx/libmath.a to a compatible library, as no input files have been encountered warning #10211-D: cannot resolve archive C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_21.6.0.LTS/lib/libc.a to a compatible library, as no input files have been encountered fatal error #10009: no input files >> Compilation failure makefile:146: recipe for target 'SPPLEDEMO_MSP430FR5994_v_1.out' failed gmake: *** [SPPLEDEMO_MSP430FR5994_v_1.out] Error 1 gmake: Target 'all' not remade because of errors. **** Build Finished ****
If you have any idea of how can I fix this, or how can I successfully migrate the demo and the stack to a MSP430FR5994 microcontroller it would be very helpful, or if you know if there are other available supported BLE stacks that I can use with this module and this microcontroller.
Thanks a lot,
Diana