Part Number: TDC1000-TDC7200EVM
Other Parts Discussed in Thread: MSP430WARE
Tool/software: Code Composer Studio
HI, I use tdc1000-tdc7200evm and I created a new project using the demo code in tdc1000-tdc7200evm . When I build the project,there are some errors:
#20 identifier "__SFR_FARPTR" is undefined
I have tried the methods in https://e2e.ti.com/support/wireless-connectivity/other-wireless/f/667/p/338440/1181361 to go to msp430f5529.h file and move the line "typedef void (* __SFR_FARPTR) ()" to line 61 ( essentially moving it outside of the #ifndef SFR_8BIT) .
But it doesn't work.
And I tried the way in https://e2e.ti.com/support/tools/ccs/f/81/t/295618?CCS-V5-5-upgrade-issues :
1. Navigate to the latest version of MSP430ware driverlib. Which can be found as part of CCSv5.5 and generally located at this folder:
<ccs_install_folder>\ccsv5\ccs_base\msp430ware_xxxx\driverlib\
2. Copy the driverlib source
3. Paste it to your project and replace the driverlib files that was created in an older version of CCS.
then it showed:
to build the file 'build.cfg',the project requires XDCtools .
So I enabled XDCtools. But new error showed as :
Can't find the target named 'ti.targets.msp430.elf.MSP430X' along the path 'C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source;C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/tirtos/packages;C:/ti/xdctools_3_50_08_24_core_win32/xdctools_3_50_08_24_core/packages;..;': please check the spelling of the target's name and that it exists along this path.
What should I do?





