Part Number: MSP430FR5848
Tool/software: Code Composer Studio
Hi,
I'm using msp430fr5848 with cp2102.
I'm implementing the function of communicating with PC(pyserial) using ftdi.
[ msp430fr5848 p2.5(uart tx), p2.6(uart rx) → ftdi(cp2102) → pc…
Part Number: MSP430FR5848 In the SLAU550Z user's guide, section 4.1.5.9 describes how to change the baud rate to 115200
Is this wh at I would need to send to accomplish this?
0x80020052061415
Does it need padding or anything else? I am working with…
Part Number: MSP430FR5848 Tool/software: TI C/C++ Compiler Hi there,
I've been going through some of the driverlib seeing how the tlv layer was implemented and came across two instances where exact addresses are specified for the Device ID fields, they…
Part Number: MSP430FR5848
Tool/software: TI C/C++ Compiler
Hi there,
I have been experiencing an interesting phenomenon with producing a CRC after a SWPOR is triggered in the PMMCTL0 register.
If I perform a 'hard reset' over the debugger, the CRC I…
Part Number: MSP430FR5848
Tool/software: TI C/C++ Compiler
Hi there,
I have the requirement to be able to place the program's entry point (the function pointer that gets reflected by the address stored in section .reset) at a pre-determined address.…
Wrote recovery routines instead that detect if the I2C has failed for more than a millisecond (the peripheral based recovery takes around 30ms to trigger a clock low interrupt which is a little slow) - it happens only when I compile with low optimisation…
I tried to reproduce this issue in a minimal test program without success. I don't have an MSP430FR5848 to test on, so I had to substitute with an MSP430FR5969 (same family, at least). Here's the code:
#include <msp430.h>
void main()
{
WDTCTL…
Part Number: MSP430FR5849 Other Parts Discussed in Thread: MSP430FR5848 , , CCSTUDIO , MSP430FR5949 We use the MSP430FR5849 on a product PCB. Due to availability issues, I am looking at using the 48K version (MSP430FR5848) or the very similar MSP430FR5949…
Part Number: MSP-TS430RHA40A Other Parts Discussed in Thread: MSP430FR5848
I am looking for a target board for my MSP430FR58 (with the 40-pin RHA package). Will the MSP-TS430RHA40A work even if it says that it is meant for the MSP430FR572x and MSP430FR573x…
Part Number: MSP430FR5848 Other Parts Discussed in Thread: MSP-FET430UIF Hi,
I have a 47k pullup and 2.2nF circuit as recommended on the RST line, but I am getting a "device unknown" error when trying to debug or program with a MSP-FET430UIF over Spy-By…