Part Number: MSP430FR5848
Tool/software:
Hi experts,
I have a question about DCORSEL.
Q1: Q1: What criteria should I use to determine whether the device is a "high speed device" or a "low speed device" in the following sentence?
…
Part Number: MSP430FR5848 Other Parts Discussed in Thread: MSP-FET , UNIFLASH Tool/software: Hello,
on our latest project we use MSP430FR5848IRHAT chip for MCU programming. Can we use JTAG communication through XDS110 debugger to [perform programming…
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.…
Part Number: MSP430FR5848
Tool/software: TI C/C++ Compiler
Hi there,
I identified a problem in a programs execution where periodically when the program is servicing a lot of interrupts - the 8th bit of the read byte appears to get stretched, often by…
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…
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…