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 ) …
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: 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 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
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
//IAR Assembler for MSP430 7.11.1 (7.11.1.983) #include "msp430.h" ; #define controlled include file
NAME main ; module name PUBLIC main …
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…
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…
Part Number: MSP430G2333 Tool/software: Code Composer Studio hi all,
I'm reading the document "Software Glass LCD Driver Based on MSP430 MCU", which i was downloaded here: http://www.ti.com/lit/an/slaa516a/slaa516a.pdf?ts=1588660897867
In…