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…
Bumping up this question again after 5 years!.
Are there a way (documentet or undocumented) to read out info about Silicon version, type of device etc on parts MSP430F1612, MSP430F1232 or MSP430F2232 ?
I want/need to keep trac of this during production…
Other Parts Discussed in Thread: MSP430F1232 hi
I am sharing one with my msp430 course,
Course based on devboard "Komputerek" with MSP430f1232.
Nr.
Title
Examples
Video
Article
1
Introduction…
I tested 100k external rezistor in MSP430f1232,
and DCOCLK=SMCLK frequency scope was:
from 240 kHz (RSELx =0, DCOx=0)
to 9,4 MHz (RSELx=7, DCOx=7)
DCOCLK frequency depend on many factors (for example: Vcc supply, temperature)
using DCOCLK…
Hi Nick,
I apologize for the extremely late response, to help clarify the issue of the SMCLK not running when sourced from DCO, can you output SMCLK to a pin and verify it matches the set DCO frequency, or if the SMCLK not sourcing from DCO. Refer…
Jens-Michael Gross said: BTW: I did my own 3-phased energy meter based on MSP430F1232, but with an external AD metering chip. The MSP only does the 'high-level' work.
May I ask you with what kind of LCD? 8x2 14 pins like the following?
http:/…
Other Parts Discussed in Thread: DAC7512 , MSP430F1232 I would like to connect a DAC7512 to a MSP430F1232 and I am severely constrained for I/O pins. I would like to use three of the JTAG pins to connect to the DAC. Is it possible that this could damage…
Other Parts Discussed in Thread: MSP430F1232 All,
We are using the MSP430F1232CY (the die version of the MSP430F1232) in a design to reduce size and weight. If anyone has the die dimensions and pad map, please send it or a pointer along.
Thanks! John…
Indeed, a rampaging CPU can do everything. Including an accidental execution of the flash write or erase functions with random ‘parameter’ values. If the flash controller is configured for write or erase, a failing CPU may do random reads or writes to…