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 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 add…
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…
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 shows…
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 only…
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.…
Part Number: MSP430G2553 Other Parts Discussed in Thread: MSP430G2533 , , MSP430F1122 , MSP430F1132 , MSP430F1222 , MSP430F1232 Tool/software: Code Composer Studio Hello,
I want to make lipo battery charge circuit with MSP430G2533.
I dont know how make circuit…
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.
Thanks for your help!
BSL_Scripter ver 1.07 invoked BSL correctly!
And you know what is the difference between 1.07 and my 1.01?
Look at BSL invoke procedure below (ver 1.07):
Upper signal is RST, lower - TEST.
Don't you think it is different from sequence…
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 | WDT…