OK. the MSP430F5259 is NOT an ARM MCU. So, anywhere in the "tirtos.mak" that says "ARM" does not apply to this MCU. Only entries that say MSP430 apply to you.
This being said. You have to fix your problems from the ground-up starting from the .mak file…
Hello XC,
I see a few issues here.
Your JTAG header is looks like to be configured for full JTAG connection, but you are wiring up to the device for SBW configuration. This is causing a lot of the confusion here. Since you are trying to program…
Hi,
I'm trying to build a (2016) working environment from scratch:
Downloaded and installed CCSv6.2
Downloaded xdctools_3_32_00_06_core
Downloaded tirtos_msp43x_2_20_00_06
Now I try to build tirtos drivers for MSP430F5259- I follow this…
Hi,
For example code, please see the following, which can also be found on the device's product page: www.ti.com/.../slac621 . msp430f525x_uscia0_spi_09.c and msp430f525x_uscia0_spi_10.c should help you get started.
Please also see the datasheet…
Part Number: MSP430F5259 Other Parts Discussed in Thread: MSP-IQMATHLIB , MSP430WARE
Hi,
In my project I use iqmathlib fix point arithmetic library in various files.
In each file I use the following sequence:
#define GLOBAL_IQ 6 // e.g.
#include…
This error causes me to generate only the following files
instead of
drivers_ MSP430F5259 .ae430X
drivers_ MSP430F5259 .ae430X.mak
drivers_ MSP430F5259 _instrumented.ae430X
drivers_ MSP430F5259 _instrumented.ae430X.mak
Part Number: MSP430F5259 Other Parts Discussed in Thread: MSP430WARE
Tool/software: Code Composer Studio
Hi,
I have a working MSP430F5259 CCS project running on my desktop.
I just purchased new laptop and wanted to duplicate my working environment…
Other Parts Discussed in Thread: MSP430F5259 , SYSBIOS Hello,
I'm trying to go use max frequency available for MSP430F5259 which is 25MHz (working from DVCC=3.3V)
I'm setting UCS_initFLLSettle(MCLK_DESIRED_FREQUENCY_IN_KHZ, MCLK_FLLREF_RATIO)…