Part Number: MSP430I2031
As soon as we call InitClock_g function, which just sets external resistor for clock, OFIFG bit gets set, if we clear it after that it remains clear.
/* ----------------------------------------------------------------…
Part Number: MSP430I2031 Other Parts Discussed in Thread: MSP-FET , EVM430-I2040SUBMTR , MSP430I2041 Tool/software: Code Composer Studio I'm new to the TI ecosystem, and I want to create a small project using the MSP430i2031 MCU that I would like to program…
Hi,
Using a timer in an ISR would most certainly result in critical delays in real-time applications.
Use an if statement on your button pin instead. Start a timer and after 200ms check if it is still pressed. Then toggle the LED.
You might want to…
Hi James,
I am happy to say that the problem is solved.
I did not delete any project, not mine and the example project neither but your suggestion put me on the right path. Just to be sure I created a new (3rd) workspace and I repeat exactly what…
Hi,
can you please provide the code snippet how you get the reset reason from the MSP430i2031? Looking at the data sheet and the User's Guide, no SYSRSTIV is defined for this device. Also the header file does not provide such information.
The MSP430F5xx…
Part Number: MSP430I2031 Hello Champs,
One of my customers has made a design with MSP430i2031. During their testing of the product, they found that Application is hanging.During debugging, we found that in frequent ac mains on off , TEST and RESET pin…
Hi,
For GPIO interrupt examples, please see the code examples on the MSP430I2031 product page: www.ti.com/.../toolssoftware
msp430i20xx_P1_01 and msp430i20xx_P1_02 should show you how you can implement button presses. For pressing multiple at once…
jds said: I noticed CCS has differential download,which would work perfectly for me here but I am using IAR Embedded Workbench. I'm not an IAR user, but noticed that the MSP430 IAR Embedded Workbench C-SPY Debugging Guide has:
Will enabling "Retain…