Part Number: MSP430G2452 Other Parts Discussed in Thread: MSP430G2553 , , MSP430G2453 Hello,
I have used the spi in the MSP430G2553. This also worked in the hardware.
Then I switched the cip to MSP430G2452 in CCSV10. CCS now shows many errors in the…
Part Number: MSP430G2452 Other Parts Discussed in Thread: MSP430G2332 , MSP430G2332 = MSP430G2452? The MSP430G2332 is able to act the same as 2452 - same ID, 8KB flash programmable, comparator exists and working, etc
Part Number: MSP430G2452 Hi,
I'm Noh
I'm trying to control SPI module of MSP430G2452.
But there is no pre-defined registers about USCI. (such as UCA0CTL0 or UCA0TXBUF etc..)
So if I try to control any register of USCI, the error occurs saying…
Part Number: MSP430G2452 Other Parts Discussed in Thread: MSP430F2013 , MSP-FET , UNIFLASH (Almost too embarrassed to state that title, as its featured countless times since the MSP430-FET arrived.)
My problem:
I have used the MSP430F2013 and its…
Part Number: MSP430G2452 I am new to MSP Gang and tried the C# example provided with the download but the program is unable to communicate with my device (MCU Init Error 23). I am able to talk to the device through the MSP Gang Programmer GUI - so I know…
Thank you very much, Bruce.
I'll prefer the second option. I'd like to have as less as possible code lines. I tested and it works fine.
ADC10CTL0 = SREF_1 + ADC10SHT_3 + REF2_5V + REFON + ADC10ON + ADC10IE; ADC10CTL1 = INCH_10 + SHS_2 + ADC10DIV_0…
Part Number: MSP430G2452 Hi,
for a project that involve the safety we need to test the assembler instructions use by micro MSP430G2452; the sequence of test need to starting from basic instruction and end with the instructions more complex using the…
Part Number: MSP430G2452 Our design has a tamper switch [like a push button] and uses an internal pull-up resistor. If the temperature drops, certain devices [very small percentage] will trigger a tamper when the temperature drops. Is it possible that…
Part Number: MSP430G2452
Dear,
we have an electrode with msp430g2452 with about 5 cm proximity when connecting the launchpad via USB.
When using 2 x AA batteries, this goes down to the point we have to touch the electrode to trigger the system …
Part Number: MSP430G2452 Hi Team,
Our customer would like to know if there is a way to reduce the current draw for an input interrupt that is configured to trigger on a low to high [or high to low] transition in LPM3 mode and has its internal pull-up…