Part Number: MSP430FR2433 Hi Ti!
I am designing a battery powered sensor with the MSP430FR2433IYQW.
I need to have an idea (during the sensor operation life) of the battery status.
1-) Is it a good idea to use the SVS to know the battery status ?
I ask…
Part Number: MSP430FR2433 Hi.
I am trying to build the project: (TARGET_CCS) MSPBoot_FR2433_UART [Active -BSLBAsed_DualImg_UART].
I get the build error:
/home/simen/ti/ccs1120/ccs/utils/bin/gmake -k -j 8 all -O
Building file: "../MI/TI_MSPBoot_MI_FRAMDualImg…
Part Number: MSP430FR2433 Other Parts Discussed in Thread: TEST Hello to everyone, I'm working on a code for a Jiga Test device, this device will burn an MSP430FR2433 microcontroller.
I have implemented the code on a CC2652 to burn the code, read…
Part Number: MSP430FR2433 Other Parts Discussed in Thread: TEST I designed a product using the MSP430FR2433IRGE version. I see there's plenty of inventory of the BGA version, MSP430FR2433IYQW.
Supposedly the only difference is the packaging. Since…
Part Number: MSP430FR2433 Does TI have any documentation or code examples about creating, writing to, reading from, and deleting files on external FRAM? That would be FRAM interfaced with the MSP430 through I2C or SPI.
Part Number: MSP430FR2433 hi ,
We are facing I2C communication. We configuring MSP43FR2433 as a slave and other device as master and we are trying to send 4 bytes of data . Here there are Two case it is happening as described below,
Case : 1
We are passing…
Part Number: MSP430FR2433
I know about buffers, but table 4-1, "Pin Attributes," of the data sheet is not clear about is its context and usage, other than as a pin attribute. I have some view of their possible meanings, but I want to be made clear about…
Sorry for the late reply. I have got the oscilloscope and probe it to the RX UART pin of the board. But nothing is triggered when I send a byte to the serial terminal.
And I have made a custom with a different model of MSP430 (MSP430FR5869) and using the…
Part Number: MSP430FR2433 Hello,
I am new to MSP430 series micro-controller and I am playing around the ADC of MSP430FR2433 development kit.
I have tried the msp430fr243x_adc10_01.c example for single channel ADC sampling and it works great.
However…
Part Number: MSP430FR2433 Hi, the below is my ADC code, and we have integrated a uart to print the ADC value on console. the ADC configured for A single channel is converted repeatedly. and i am able to get the print continuously in ISR if it's in debug…