Part Number: MSP430F5259 Tool/software: TI-RTOS where can i find reference code or docments? I'm tying to support 4 SPIs (3 master, 1 slave). just 3 DMA channels on 5259 chip, so we can not implement them with DMA mode. Thanks
Part Number: MSP430F5259 Other Parts Discussed in Thread: CC2650 Tool/software: TI-RTOS Hello,
In my application I use 2 MCUs - main MSP430 and auxiliary CC2650 for communication. The MSP430 push the messages to the CC2650 through a UART channel (to SPP_BLE_server…
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. …
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…
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) correctly…
Other Parts Discussed in Thread: CC2530 , MSP430F5259 , SN74AVC2T245 Hi,
I am planning to use MSP430F5259 with CC2530 in my application. The communication between two is based on the USCI-UART mode of UCA0 of Port 3.
As I come to know that MSP430F5259 is having…
Other Parts Discussed in Thread: MSP430F5259 , MSP-FET430UIF
Hello,
I'm using the last version of CC6, and I'm trying to program a microcontroler MSP430F5259. In a previous old version, all the configurations work well. But in the new one, when I try…
Other Parts Discussed in Thread: MSP430F5259
Hello all,
Could I adapt the following code example to have a MClk as output on Pin1.4? Which modification should I do?
Thank's in advance
ip
//******************************************************…