Part Number: MSP430FR4133 Other Parts Discussed in Thread: C-GANG I purchased a Compact C-Gang Programmer for MSP Low-Power Microcontrollers. I want to use this to program a MSP430 Microcontroller and are using Spy-Bi wire. I have downloaded multiple…
Part Number: MSP430FR4133 Actually I solved this problem for myself after wasting a lot of time, so this post is just in case someone else has a similar situation and aggravation.
I had connected the old Launchpad MSP430FR4133 board on ubuntu and through…
Part Number: MSP430FR4133 Hello,
I am using the etl cpp library ( https://www.etlcpp.com/home.html ), specifically `etl::bitset` ( https://www.etlcpp.com/bitset.html ).
When I am compiling my code, I get the following error from the compiler:
[0…
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 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…
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 // i2c sda P5…
Part Number: MSP430FR4133 Tool/software: We have developed a simple board which uses an MSP430FR4133 with an LCD, two switces, a sensor and a few other lines.
The firmware has been developed so that the current consumpion is below 5uA (the device should…
Part Number: MSP430FR4133 Other Parts Discussed in Thread: MSP430FR2355 , SYSCONFIG
Tool/software:
Team,
Customer would like to migrate a design from MSP430FR4133IPM (LQFP-64) to smaller foot print using MSP430FR2433IRGE (VQFN-24) or MSP430FR2355…
Part Number: MSP430FR4133 Other Parts Discussed in Thread: MSP-EXP430FR2433 , UNIFLASH Hello,
We have a strange problem for the connect MSP430FR4133 MCU. I tried to explain which type of issue we face to face.
1)When we tried to connect SBW with…
Part Number: MSP430FR4133
Hello, I've been trying to implement an analogue dual axis joystick using the ADC module for the MSP430FR4133, I've begun by just attaching two potentiometers to test. I've followed the example code from the slac625h library…