Part Number: MSP430G2333 Hi Team
I want to code MSP430G2333 in RTOS. Because I need to I2C communication & some other button interrupt together. Can you suggest a way to do RTOS coding for MSP430G2333.
regards
Part Number: MSP430G2333
Hi,
I'm trying to create independent timer interrupts for TA0 CCR0,1,2 and overflow. I'm aiming to learn all 8 timer interrupts of timer0_A3 and timer1_A3. I have tried to get 4 interrupts ( ccr0,ccr1,ccr2, overflow ) with…
Part Number: MSP430G2333MSP430G2333 can this be used in RTC project,
Can i connect an external crystal of 32768Hz and use timer to keep real time ,and can it wake up from LPM3.5 with timer interrupt and pin interrupt.
Part Number: MSP430G2333
Hi all,
I am trying to run a simple push button code on MSP430G2333 to toggle. I have been using the following code, however, it does not get through the if statement. The problem is with the push button as the LED works fine…
Part Number: MSP430G2333 Other Parts Discussed in Thread: MSP-EXP430FR2355 Hi,
We are designing a circuit with an MSP430G2333IPW20R microchip. Can we use the MSP-EXP430FR2355 development kit debugger(eZ-FET Debug Probe) to flash/debug the MSP430G2333IPW20R…
Part Number: MSP430G2333 Other Parts Discussed in Thread: MSP430G2333
//IAR Assembler for MSP430 7.11.1 (7.11.1.983) #include "msp430.h" ; #define controlled include file
NAME main ; module name PUBLIC main ; make the main label vissible outside…
Part Number: MSP430G2333
Hi
Why DCO frequency is unstable at all frequencies? How to fix it?
bis.b #RSEL0, &BCSCTL1 bis.b #RSEL1, &BCSCTL1 bis.b #RSEL2, &BCSCTL1 bis.b #RSEL3, &BCSCTL1 ; RSELx = 115(1111b)
bis.b #DCO0, &DCOCTL bis.b #DCO1, &DCOCTL…
I'm sorry , the information provided is not comprehensive enough.I have Flash-write information B operation in my program for msp430G2333, mcu work 300us and LPM3 30ms. the power supply by battery. after many times power off , only the story information…
Part Number: MSP430G2333 Hi.
I am fairly new to MSP430's but have I have programmed a state machine and a whole lot of functions into this chip so far without any problems so far.
I am using Timer0 to generate a 1ms timer tick through an interrupt…
Hi,
LPM4 is the low power mode with the lowest current consumption. You can wake up from it e.g. with an external signal connected to the IO pins.
Please have a look in the software example for the MSP430G2333. It describes the how to enter LPM4 and…