Part Number: LP-MSP430FR2476 Hi,
I want to read ~4 digital signals from external devices and keep the values in the launchpad and then acces these values via a computer. How can I do this?
Thanks.
-VD
Part Number: MSP430FR2476 I am trying to output a PWM signal on a LP-MSP430FR2476 Evaluation Board, based on the timer_a_ex5_pwmMultipleUp.c example included with the driverlib files. However, the when I call the function GPIO_setAsPeripheralModuleFunction…
Ryu,
As stated in the UG, the RTC module does restart at "0" when reset. You can also see this on our default code examples for RTC, we adjust the value by 32-1 to account for the start at 0.
You may not see this accurately reflected in the…
Hi Luigi,
The first thing I come up is whether it has some problem with the IDE. I am not sure if you can try the latest complier. Or switch to IAR or CCS.
The second thing I come up is whether there is some conflict with the software breakpoints. As…
Part Number: MSP430FR2476 Hi Team MSP,
My customer has the following questions WRT FR2476 ADC Offset..
We’re seeing a small offset of about a 4 mv and would like to compensate for this. Looking for the general/recommended process. Also..
Do I need…
Part Number: MSP430FR2476 Other Parts Discussed in Thread: ENERGIA , , MSP430FR5730 , MSP430FR5969 I am working on project that was ported from Arduino to Energia and CCS version 10.
I have successfully added SPI, I2C and two UART support for MSP430FR2476…
Hi Christian,
Great! looks like we are getting somewhere.
So there are a few ways, you can use the PMM like you are or implement a watchdog timer.
With the watchdog, a PUC reset occurs when it does not get fed by the CPU. Since you get to set your interval…
Part Number: MSP430FR2476 Other Parts Discussed in Thread: MSP430FR5972 , MSP430G2955 HI Jace
I want to return on my problem with I2Cbus on the microcontroller MSP430FR2476, as I wrote some times ago, there is a problem
and is impossible to enable this…
Hey JD
thank you for your reply
I have write all in Assembler, so yuo mean that in assembler the compiler do not give allarm when reach the CPU40 error ? right because one time I had this error from the compiler, but only 1 time .
Thank you
Luigi
Part Number: MSP430FR2476 Other Parts Discussed in Thread: MSP430G2955 hello Guy
I have a problem with MSP430FR2476 BIT 6 P5OUT, I use this pin only like output with no other function, at any point of the program if I set this bit the
with instruction bis…