Hello Jason,
I'm not sure about the different modes, but we do have some MSP430 boards with SD card slots with example code you can use. Please see the MSP-EXP430F5529 or the MSP-EXP430FR5994 .
Hello again,
I know it was a bit unfair to talk about how easy and simple it is to save LEA memory and not show by example. Therefore I took some time to code your problem on CCS. Below the solution I would propose. It is a rFFT512 with Hamming, runs…
user1082833 said: But I always obtain the following error message "#10068-D no matching section" I could repeat that with an example which used your COMMAND macro and linker command file.
The issue was that there were no references to the contents of…
Part Number: LP-MSP430FR2476 Other Parts Discussed in Thread: MSP430FR5994 , MSP-EXP430FR5994 , MSP430FR2476 Tool/software: Code Composer Studio Hello forum,
I want to interface the Fatsfs library with the MSP430FR2467. I took the Example code from…
Siddhant Kishor Yeole said: I have not installed a filesystem separately so I am not sure if one is present by default or needs to be installed.
The TI MSP430 compiler run time library in conjunction with the CCS Debugger supports C I/O , which allows…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: MSP-EXP430FR5994 Tool/software: Code Composer Studio Hello,
Compiling any CTPL project in CCS 10 throws symbols undefined error in ctpl_msp430fr5994.c file. See attached image at the end for…
Hi Frank,
MSP-EXP430FR5994 LaunchPad comes with a microSD slot and an 8 GB card inside.
Even FatFS on SD cards is supported by one of Ti libraries.
Buy & try.
Part Number: MSP-EXP430FR5739 Other Parts Discussed in Thread: MSP-EXP430FR5994 , MSP430FR5739
Tool/software: Code Composer Studio
I have been developing on an MSP-EXP430FR5739 for the last week or so now, and lately when programming CCS fails to…
Hi John,
This out of box demo is supposed to co-work with a GUI. Please check in the MSP430FR5994 LaunchPad Development Kit (MSP-EXP430FR5994) User's Guide (Rev. A), Page 18. www.ti.com/.../slau678a.pdf
Have you ever try with the GUI to see if all…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: MSP-EXP430FR5994 I am working with an MSP-EXP430FR5994, and I have a PWM working at 32Hz. I am applying this MCU for comparing two demodulated signals and I want the ADC to be sampling at 64Hz…