Hi,
I´m trying to generate new ti_txt binary file for ADS1220 evaluation board.
I´m using the following tools:
CodeComposer Studio v6.1.0.00104
TI-RTOS for MSP430 v2.12.01.33 (tirtos_msp43x_2_12_01_33)
XDC Tool Core v3.31.00.24 (xdctools_3_31_00_24_core)
However, I´m able to run the commands from instructions "Creating TI-RTOS Projects for Other MSP430 Devices"
processors.wiki.ti.com/.../Creating_TI-RTOS_Projects_for_Other_MSP430_Devices.
I updated the tirtos.mak file by adding the correct msp430 to the list (tirtos.bld is as before):
#
# To build TI-RTOS driver libraries for other MSP430 devices; simply append the
# device names to MSP430DEVLIST (separated by whitepsaces)
# MSP430DEVLIST := \
# MSP430F5529 \
# MSP430F5527 \
# MSP430F6459 \
# etc...
#
MSP430DEVLIST := MSP430F5529 \
MSP430F5528 \
MSP430FR5969
#
And verified that I´m using the correct compiler version:
CCS_BUILD ?= true
DEFAULT_INSTALLATION_DIR ?= c:/ti
ti.targets.msp430.elf.MSP430X ?= $(DEFAULT_INSTALLATION_DIR)/ccsv6/tools/compiler/ti-cgt-msp430_4.4.3
ti.targets.arm.elf.M4F ?= $(DEFAULT_INSTALLATION_DIR)/ccsv6/tools/compiler/ti-cgt-arm_5.2.2
But I cannot find those files mentioned in the instructions .\packages\ti\drivers\lib\[non]instrumented\driver_MSP430*.ae430X in my computer after command:
..\xdctools_3_25_04_88\gmake.exe -f tirtos.mak drivers
is there something that I can do because the CCS is giving me lots of errors when I try to go forward and build the project without noticing above mentioned issue?
I have added this MSP430F5528 to devlist in tirstos.mak and I believe that I´m using the correct compiler because I didn´t get any error messages during driver generation.
BR,
Joonas