Part Number: MSP430G2231 Other Parts Discussed in Thread: CC2640R2F Hello Team, So we want to design a very low-power IOT Vibration Sensor Module. After researching we have selected some components to use these are Microcontroller is MSP430G2231 The BLE…
Part Number: MSP430G2231 Hi Team,
We are using MSP430G2231 and the in the code, we included the header file msp430x20x2.h and the clock is configured as 12MHZ.
BCSCTL1 = CALBC1_12MHZ + DIVA_2; DCOCTL = CALDCO_12MHZ;
I was going through some of the…
Part Number: MSP430G2231
Hi Champ,
I am asking for my customer. (using MSP430G2231IRSA16R)
They are asking how do we store the checksum value initially ? Does it also do it by FW programming ?
The checksum was already stored inside our device…
2) MC0/1 are bits in a two-bit field. I suggest you use MC_2 (Continuous) to set the field and (~MC) to clear it.
1) You won't succeed in measuring 10MHz using capture, since even at top CPU speed (16MHz) that gives you only 1.6 CPU clocks to process…
Part Number: MSP430G2231 I've been studying Microcontroller using MSP430G2231 with MSP-EX430G2.
Everytime I try to connect target, it breaks at the certain address.
And the pointed address prints below instructions which means 'ready to sent to flash…
Part Number: MSP430G2231 Dear Team,
I need one clarification on MSP430G2231 clock configurations, We are using CALDCO_12MHZ micro with MSP430G2231 by including msp430x20x2.h header file, which is not supposed to be used as this micro is not defined…
Part Number: MSP430G2231 Dear Team,
we are facing some issue with MSP430G2231 , need your help to clarify some doubts,
We are using msp430x20x2.h header file in our firmware instead of msp430g2231.h header file and while configuring clock we are using…
Part Number: MSP430G2231 Hi,
I am using the MSP430G2231. When I program the IC with CCS i runs without a problem.
When I try to program the IC with MSP flasher and the hex file I always get the verification error:
Exit: 60
ERROR: Verification…
Part Number: MSP430G2231 While designing around the MSP430G2231, I noticed that SLAS694J shows the N and PW (TSSOP/DIP) packages as having ADC inputs on P1.6 and P1.7, but the RSA (QFN) package is shown as NOT having ADC inputs on P1.6 and P1.7.
However…
Part Number: MSP430G2231 First of all, thank you for having interest of my thread..
I'm studying Microcontroller with MSP430G2231 IC which is quite old-fashioned.
I tried to apply a simple below code. (LED blinks normally and stops when button pushed…