Other Parts Discussed in Thread: MSP430FR4133, , MSP430WARE
Tool/software: Code Composer Studio
Hi,
I am importing examples from Resource Explored driver library. I m using MSP430FR2xx4xx. When I import the project the default chip is __MSP430FR4133__.If I change Pedifined Symbols from project properties to __MSP430FR2433__ I can see the header file correctly highlights MSP430FR4133 portion. But when I build the project I have this error
**** Build of configuration Debug for project adc_ex2_intRef ****
"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O
Building file: "../adc_ex2_intRef.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-msp430_20.2.1.LTS/bin/cl430" -vmspx --use_hw_mpy=none --include_path="C:/ti/ccs1000/ccs/ccs_base/msp430/include" --include_path="C:/Users/vadimp/workspace_v10/adc_ex2_intRef" --include_path="C:/Users/vadimp/workspace_v10/adc_ex2_intRef/driverlib/MSP430FR2xx_4xx" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-msp430_20.2.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=DEPRECATED --define=__MSP430FR2433__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="adc_ex2_intRef.d_raw" "../adc_ex2_intRef.c"
>> Compilation failure
subdir_rules.mk:9: recipe for target 'adc_ex2_intRef.obj' failed
"C:\Users\vadimp\workspace_v10\adc_ex2_intRef\driverlib\MSP430FR2xx_4xx\rom_headers/rom_driverlib_fr253x_fr263x.h", line 288: fatal error #35: #error directive: "Large code model is not supported"
How can I resolve it?
thanks vadim