Part Number: MSP430FR2033 Hello everyone,
I am trying to measure pressure using a couple Honeywell sensors. I have 3 i2c pressure sensors, which all have the same address. There is a mux allowing communication with all 3 sensors. Every time I print…
Part Number: MSP430FR2033 Other Parts Discussed in Thread: MSP430FR6879 , MSP-FET Hi,
I'm working on a product that contains a main board (using MSP430FR6879) and a daughter-board (using MSP430FR2033). The two boards communicate over SPI.
When doing…
Part Number: MSP430FR2033 Hello,
I need help troubleshooting the reason why my program isn't generating an .out file. There are no other errors except for this one. Here is the error:
makefile:151: recipe for target 'Monitoring Module.out' failed…
Part Number: MSP430FR2033 Other Parts Discussed in Thread: MSP430FR4133 How to do analog to digital conversion on temperature value for Msp430FR2033. Now I am doing a Torrey board with adding ADC function into it. The purpose of doing this is I want to…
Part Number: MSP430FR2033 My objective is to remove my current ADC and use the MSP430 ADC instead because I already have it on my board. It will be setup to measure thermistor in bridge configuration. I'm thinking to set it up so that DVCC is used as…
Part Number: MSP430FR2033 Hello,
I have an issue regarding the terminal. I am unable to type or send commands through the terminal. I use Tera Term primarily. CCS's terminal was used as well. I couldn't type there either. This is very strange because…
Part Number: MSP430FR2033 In my case, power supply is set to 0.5V and applied to Front Panel of MSP430FR2033. CSS compiler is used for debugging to get the voltage reading.
Below shows the value of voltage (155 in decimal ) when 0.5V is applied to Port…
Part Number: MSP430FR2033 Hello everyone,
I am creating a function that converts hex to decimal. The function is suppose to take a parameter, and it converts the parameter (in hex) and returns it (in decimal). When I execute the function I get an error…
Part Number: MSP430FR2033 Hello,
I am writing a moving average function, but I am getting the error mentioned in the title. I would like to understand what the error means and how to avoid it.
Here is the code:
// This part resides in the source…
Part Number: MSP430FR2033 Hello everyone,
I am trying to debug some code. I am using Tera Term to pass commands thru. While troubleshooting one issue, I put a breakpoint on one of the lines. When I passed a command through, the program hit my breakpoint…