Part Number: MSP430F1132 Tool/software: I would like to inquire whether TI's MSP430 MCU supports I3C functionality. Additionally, could you please provide any related estimated timelines?
Part Number: MSP430F1132 Other Parts Discussed in Thread: MSP430F5659 , UNIFLASH , MSP-FET Tool/software: I’m updating the programming a MSP430F5659 (5659 not an option in the Part Number Required field) using MSPFlasher. .1.3.8 is baseline but tried…
Part Number: MSP430F1132 Hello,
In my design there is a hardwired flash to MSP430F1132. It functions as a ROM for screens and fonts for LCD.
The problem is how to upload data to the Flash. My idea is to download small program to MSP RAM as a small…
Other Parts Discussed in Thread: MSP430F1132 , MSP430F1232 , MSP430F2232 , MSP430F2274 , MSP430F1122 , MSP430F1222 Hi,
in my latest project I'm working with an MSP430F1132. Now I'm facing a strange problem when I try to debug my code! An error message…
Other Parts Discussed in Thread: MSP430G2112 Assuming HF XTAl = 6.5MHz, I generate toggle rate: P2.2 =TACCR0 = 6.5MHz/2x26 = 125kHz, P2.4 = TACCR2 = 6.5/4x26 = 62.5kHz. But when I set these value in my source code for TACCR0=26 and TACCR2=52, I get the…
Hi JC,
Have you checked the following threads that have the same error? hope you can get some idea with below threads.
MSP430F5528: EZ Fet Lite throwing a Exit: 44 Could not set device Vcc error
CCS/MSP-EXP430FR2433: MSPFlasher shows Exit: 44 ERROR…
Other Parts Discussed in Thread: UNIFLASH , MSP430F1132 Tool/software: Code Composer Studio Hello,
I am building an electronics with MSP43F1132 which has an external flash storing screens and fonts for an LCD. The flash needs to be uploaded with data…
Part Number: MSP430F2132 Other Parts Discussed in Thread: MSP430F1132
Tool/software: Code Composer Studio
Wrote code to cycle through 6 analog channels on a continuous basis. So far unable to get the ADC10 to generate a conversion complete interrupt…
Hi old_cow_yellow,
Thanks for your reply.
I am using MSP430F1132 MCU.
Due to restriction in my hardware i will be not be able to use inbuilt BSL in ROM also, Hence i developing a flash based Boot-loader.
Other Parts Discussed in Thread: MSP430F1132 Hi, I downloaded the msp430-gcc from the TI homepage. There is an example program called blink.c. It is very short and very simple, as follows:
#include <msp430.h> int main(void) { WDTCTL = WDTPW | WDTHOLD;…