Part Number: MSP430FR4133 Tool/software: Hi Everyone
i have seen this MSP430FR4133 can drive Capacitive Touch Also, as written in the documents but i don't find and sample code and schematic to go ahead with. If any one can help me out with this I will…
Part Number: MSP430FR4133
MCU: MSP430FR4133. 1) Application code is executing & set P8.3 pin state is output high state. 2) MSP430FR4133 enters in the BSL (Boot Strap Loader) mode via the BSL entry sequence set on the RST and TEST pins. During this…
Part Number: MSP430FR4133 Tool/software:
Hi Team
I am trying to run the LCD i dont know why it will create a problem like this where the lcd with fade out after a second.
I use 0.1uf Cap between LCDCAP0 or LCDCAP1, in the development board schematic…
Part Number: MSP430FR4133 Hi there, I'm hoping someone could please help me configure the MSP430Fr4133 for use with the SSD1306 I2C display? // I2C.c
#include "i2c.h"
#include <msp430fr4133.h>
#include <stdint.h>
#define SDA BIT2 …
Part Number: MSP430FR4133 Hi all, im trying to interface my MSP430 with an external Mini MP3 audio player. Datasheet here However, i cannot figure out why this code is not playing any of the audio files stored on the sd card i have connected, the hardware…
Part Number: MSP430FR4133 Other Parts Discussed in Thread: MSP-GANG Hi,
I am using MSP430FR4133 in one of my projects, it is interfaced via an I2C bus with another main controller.
The other controller transfers the LCD data on the I2C bus of MSP430FR4133…
Hi
The backlight works fine. I have decided to write my own library with the help of the one I mentioned in this post. When using my code it does not seem to get stuck anywhere.
I thought it might be due to my clock and the library says set it to 8 MHz…
Part Number: MSP430FR4133 Hi,
I am trying to implement a servo motor(sg90) into the msp430's potentiometer. I want the servo motor to be controlled by the potentiometer i.e turning the potentiometer would turn the motor. I have the ADC code but I am…
Part Number: MSP430FR4133 Hi all,
I am new to programming and want my MSP430 to read a voltage and light the LED at P1.0 if the voltage is less than a defined reference light P4.0 if it is equal to or over this reference. So far, I think I have set up…
You need to set a breakpoint to read a variable value Liam. Double click the left margin then when it hits this point and pauses you can see the value.