Because of the Thanksgiving holiday in the U.S., TI E2E™ design support forum responses may be delayed from November 25 through December 2. Thank you for your patience.
Part Number: MSP430FR2111 Hello Forum Members,
I am inquiring about the possibility of purchasing MSP430FR2111 microcontrollers with my custom firmware already loaded. Is there any supplier that offers this service?
If anyone has information or recommendations…
Part Number: MSP430FR2111 I am planning to minimize power by keeping the device in LPM4 during a base level loop with the eCOMP interrupt enabled, and wake up the device when the voltage on P1.1 (configured as the V+ eCOMP input) exceeds a threshold set…
Part Number: MSP430FR2111 In my design the controller is in LPM4 in a base level loop while the ADC is configured to to do sampling in repeat single channel mode while looking for a voltage reading that exceeds a threshold. My ADC configuration is shown…
Part Number: MSP430FR2111 I am trying to wake up my device and service an ADC threshold interrupt (ADC result is greater than a preset threshold) while in low power mode LPM3. My code services the interrupt with no problem if the device is in active mode…
Thank you.
Dennis Lehman said: If I disable the internal VREF, but leave the DAC configured to use the VREF, I see 3.9uA.
In this case, does the DAC have a reference? As I read the UserGuide, this is a simple resistive DAC meaning that the input is undefined…
Part Number: MSP430FR2111 Hi team,
My customer is using MSP430FR2111IPW16.
Could you please help check if they can only burn several bytes without covering the other flash storage area when using the FET-Pro430 burning software? For example, their storage…
Part Number: MSP430FR2111 Other Parts Discussed in Thread: MSP-FET I am developing a custom In-system programming solution for device type MSP430FR211x that runs on a Teradyne In-Circuit tester. This solution is to be used by a high-volume user of these…
Part Number: MSP430FR2111 hi,
i want to use capture interrupt on port P2.0 but i cannot create correctly. you can see my code in below. where am i doing worng?
#include <msp430.h>
unsigned int timerBcaptureValues;
int main(void) { WDTCTL = WDTPW…