Hi Rishad, Welcome to using TI MCUs! The MSP430F1232 does have serial onboard programming. Page 11 of the datasheet ( www.ti.com/.../msp430f1232.pdf ) talks about using the BSL. Here is a user guide on MSP430 Programming with the BSL: www.ti.com/.../slau319k…
Part Number: MSP430FR2633 Other Parts Discussed in Thread: MSP430F1232 , MSP430F149 Hi All,
I have MSP430Flash Emulation Tool. I programmed my MSP430FR2633 with the help of IAR 6.4 version.
I also created the HEX file from IAR for the production…
Other Parts Discussed in Thread: MSP430F1232 Hi
I have the working code sample for the MSP430F1232.I am using MSP430 USB debug interface for debugging.When I go download the code and
at the start of the the debug, my SFR values are listed below. …
And you can confirm that the MSP430F1232 is a new, working device which has not been tampered with? Can you verify correct operating voltage at the Vcc pin? Do you have any other F1232 devices to test? You would attach the image to the thread post by…
Nick,
You can find the zip download for slaa336 here .
nick43oh said: Also, does the MSP430F1232 have calibrated DCO frequency values held in INFOA? No, the 1xx devices do not have calibrated values.
Mike
Part Number: MSP430F2122 Other Parts Discussed in Thread: MSP430F1232 , MSP430F2234 1) I have couple of older UIF's. (MSP-FET430UIF V 1.4A)
2) I have updated the firmware.
3) I can use them to program and debug successfully (with breakpoints) the…
Other Parts Discussed in Thread: MSP430F1232 I'm using an MSP430F1232 ADC10 to sample a signal coming from a +5 volt source. Can the voltage at the ADC10 input exceed VCC (3.3 volts) if the current is limited? My sample rate is 30 KHz so the source impedance…
Part Number: MSP430FR6989 Other Parts Discussed in Thread: MSP430F1232 , Tool/software: Code Composer Studio Hello,
I was reading this pdf titled: Automatic Baud Rate Detection on the MSP430 . In table 1 (pg. 2) it talks about this c file Autobaud.c…
Hello,
I am also tryin gto read multiple channels from adc of msp430f1232 but havin gsome problems. can you please help me if you found the help?
My code looks like this..
I initialized ADC as
ADC10CTL1 = 0x401E;
ADC10AE0 = 0x1C; //Port…
usman akhtar said: Can anybody help me to know how to place the IQ library into the ram memory so that I can get speed executions. For flash based devices such as msp430f1232 executing from flash is as fast as executing from RAM. i.e. placing the IQ library…