Part Number: MSP430FR2033 Hello,
I am trying to understand and resolve the issue I am facing. I am measuring pressure with a sensor. In order to obtain the data there are 2 equations that calculate this data. One equation is a transfer function it…
Part Number: MSP430FR2033 Other Parts Discussed in Thread: MSP430FR2032 I need some help to configure pin 53 (PWR_EN) and the board is new Torrey Board (MSP430FR2033). The schematic is shown in figure below.
After the configuration, I may need to…
Part Number: MSP430FR2033 I was uploading a program to the microcontroller, and I received the following message: MSP430: Error initializing emulator: The voltage 1084 value is not correct/allowed for the USB FET. What does this mean? The message is pretty…
Part Number: MSP430FR2033 Hi all
I am trying to define a core register in a C header file. I defined it as follows but I get error #66: expected a ";" error. extern __cregister volatile unsigned int SR; //Status Register R2
Please let me know how…
Part Number: MSP430FR4133 Other Parts Discussed in Thread: MSP430FR2033 What is the difference between the MSP430FR4133 and the MSP430FR2033?
Regards,
Loay Suffer
Part Number: MSP430FR2033 Hi experts,
My customers has a product that uses MSP430FR2033, but the current consumption at LPM3 is different from the expected value for some boards. Please let me check the datasheet first.
Q1: Do you test all the ICs…
Hi,
Take a look at this page: https://e2e.ti.com/support/processors/f/791/t/820708
Please note, we are not doing new RTOS development on MSP430. We support what is currently available, but don't have any new releases for MSP430 planned.
Todd
Hi Julian,
What is the signal you are measuring? What is the analog input channel you are using?
It will be better if you can post your code.
It seems that you are trying to measure the power supply of the MCU. If I am correct then there is no…
Part Number: MSP430FR2033 Hello,
I want to interface 8 MAX31856 thermocouple temperature compensation IC with MSP430fr2033 controller. I have use SPI communication to communicate between MAX31856 and MSP430fr2033.So anyone tell me basic idea or flowchart…