Other Parts Discussed in Thread: CC1101 Hi all,
I have a custom board with an MSP430FR5575 and a CC1101. In my app, he MSP is basically in LPM3 with a LF crystal doing some timekeeping and the CC1101 is sleeping as well most of the time. We've measured…
Other Parts Discussed in Thread: MSP430FR5725 , MSP-EXP430FR5739 , MSP430G2553 , MSP430G2231 Hi,
I'm trying to send commands to my BSL using the MSP430 Lauchpad and BSL_Scripter. I did what is explained in the application note SLAA535A.
I think that my…
Other Parts Discussed in Thread: MSP-EXP430FR5739 Hi all,
I recently got the "Security Fuse has been blown" problem and I wonder how I could get ride of it.
For now, I soldered a new device to fix the problem but I'm afraid that I could get it…
I put together a small script that would automatically compile a small test main.c with all the fram targets and report back which ones ended up with no __MSP430_HAS_FRAM__ (please ignore the list from my first post):
https://github.com/rodan/reference_libs_msp430…
Other Parts Discussed in Thread: MSP430FR5725 Hello. I was wondering if it is possible to control a pin via the PWM functionality of a timer without setting PxSEL |= BITn? I have a pin that I would like to control via PWM, but it is not connected to a…
Other Parts Discussed in Thread: MSP430FR5725 Hello. I'm using the MSP430FR5725 and I need to read in multiple analog inputs (A1, A14, A15). How can I choose which value I want to use from the sequence?
Based on the MSP430FR57xx data sheet (Fig. 16…
Other Parts Discussed in Thread: MSP430FR5725 I'm using the MSP430FR5725.
Simply put, I have a motor that is attached to a position-sensing potentiometer. The analog value from the pot is read through an ADC. The ADC value tells me what position the…
Other Parts Discussed in Thread: MSP430FR5725 I'm using the MSP430FR5725. I want to read and store the ADC results of pins A15, A14, and A1. To do this, I am doing a sequence of channels operation. I am accomplishing this in an interrupt handler by…
Other Parts Discussed in Thread: MSP430FR5725 I am using the MSP430FR5725. My code involves a pwm. On its high signal, I am turning on a pin, then enabling an ADC conversion, but after enabling the conversion, it does not go to the ISR. Below is my ADC…