Part Number: MSP430F5259
According to the data sheet (SLAS903D), the MSP430F5259 has the Enhanced USCI, but there are no references to the UCTXCPTIFG flag or the UCTXCPTIE interrupt.
If the USCI is not enhanced, what is the best method to determine when…
Part Number: MSP430F5259 Other Parts Discussed in Thread: MSPBSL , , UNIFLASH , MSP-FET Hello,
I am working on a medical device for a customer which has a requirement for firmware updates in the field by micro SD Card. I already have the SD Card working…
Part Number: MSP430F5259 Other Parts Discussed in Thread: MSP430F5529 , MSP430FR5739 How time is 3 second?
WDT - Failsafe Clock, 10KHz VLOCLK //! //! Configure WDT in watchdog to timeout sourced by ACLK. LPM3 is entered. This //! example will demonstrate WDT…
Part Number: MSP430F5259 Other Parts Discussed in Thread: MSP-TS430RGC64C , MSP-FET I'm using an MSP-TS430RGC64C board and IAR with the F5259 MCU. How do I get access to the backchannel UART? I've seen code examples in the Resource Explorer, but I don…
Part Number: MSP430F5259 Other Parts Discussed in Thread: MSPWARE , MSP430WARE Tool/software: TI C/C++ Compiler Hello,
I'm trying to restore a very old project - MSP430F5259, TI-RTOS based, built circa 2015/6.
I've installed the latest TI-RTOS(2.20…
Part Number: MSP430F5259 Other Parts Discussed in Thread: SYSBIOS , MSP430F5257 Tool/software: TI-RTOS HI
Today, I'm try to porting 5529 projects to 5259, modified cmd and ccxml files, and Predefined Symbols (__MSP430F5259__) , then the following error…
Part Number: MSP430F5259 Other Parts Discussed in Thread: MSP-FET , , MSP430F5172 , TEST Tool/software: Code Composer Studio hi everyone
I made a core board using MSP430F5259, and I used the MSP-FET download program of EXPMSP430F5529LP development board…
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