Part Number: MSP430FR5972 Other Parts Discussed in Thread: MSP-FET MSP430FR5972 - Is it possible to unlock if JTAG is disabled programmatically?
I already wrote that when you combine (turn on) the MPU and IPE and the password for the Jitag, it turns…
Hello Wei
Thanks for your prompt reply.
However, whilst your links went to general examples of MSP430FR58xx code, there was nothing at all regarding State Machines.
One clarification from my side - my inquiry was for MSP430 Assembler code in general…
Part Number: MSP430FR5972 Other Parts Discussed in Thread: MSP430FR5969 Hi i cant run TI-Rtos app at MSP430FR5972 i start moving code from MSP430fr5969 but i cant build even sample project at MSP430FR5972 error: ti.catalog.msp430.MSP430: "C:/ti/tirtos_msp43x_2_16_01_14…
Part Number: MSP430FR5972 I am working on a project with MSP430FR5972. For wireless data transmission there is a high power LoRa module (433MHz,1W) some cm away from the MSP. When I adjust the power above 13 (range 0..20) I get permanent resets (radio…
Part Number: MSP430FR5972 Hi Team,
In the data sheet, page 9, we can see that, P9SEL1 and P9SEL0 is all set to 1, the port function is Axx or Cxx, but no information whether Axx or Cxx is used.
There is also no much information in the user guide.…
Part Number: MSP430FR5972
Using the reference to the Beaglebone Linux host:
http://www.ti.com/lit/an/slaa760/slaa760.pdf
And the supplied source here:
http://www.ti.com/lit/zip/slaa760
I have created a sample application to communicate from…
Part Number: MSP430FR5972
Tool/software: Code Composer Studio
CCS 9.0.1.00004
Error from update:
An error occurred while collecting items to be installed session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine…
Part Number: MSP430FR5972 Hi,
I am configuring the watchdog timer as WDTCTL =WDTPW + WDTCNTCL+ WDTSSEL_0 + WDTIS_1. Which is working perfectly but sometimes when watchdog expires and then I check reboot reason it shows me reset reason as LPM wakeup…