Hi Axel
Could you please compare the FLL setting code and execution result between the example code and the code from CS_initFLL function?
Please consider update the CS_initFLL code and check if the "stuck" issue can be solved.
Thanks!
Part Number: MSP430FR2355 Other Parts Discussed in Thread: UNIFLASH , Tool/software: Hi,
1. F/W programing problem
Firmware loading by uniflash is done to MCU(MSP430FR2355) on target device via MSP-EXT430FR2355 LaunchPad.
There is a failure in loading firmware…
Part Number: MSP430FR2355 Tool/software: 1) we want to design Controller MSP430FR2355PT works at a higher crystal frequency of 16MHz/24MHz , it shows as attach image for high frequency uses only change crystal part is enough for hardware change, or any…
Part Number: MSP430FR2355 Other Parts Discussed in Thread: SYSCONFIG Tool/software: I am very new to TI family, today i received evalution board, i have experience working with ARM and AVR and worked on stm32 mostly with cube ide, I was just about to…
Part Number: MSP430FR2355 Tool/software: We are facing the following issue: during batch production, involving several hundred units, we identified 3, 4 MSP430FR2355 microcontrollers exhibiting very strange behavior. Upon further analysis, we observed…
Part Number: MSP430FR2355 Tool/software: Trying to use the ROM libraries on an MSP430FR2355. Have used some MAP_GPIO_setAsPeripheralModuleFunctionInputPin and ROM_GPIO_setAsPeripheralModuleFunctionInputPin commands but the Memory Allocation display shows…
Part Number: MSP430FR2355 Tool/software: Hi Forum,
I have two launch pads configured to run at 24Mhz connected via SPIsending a random 32 Byte packet from the master to the slave using half duplex transmit polling method, I think the code is falling…
Part Number: MSP430FR2355 Tool/software: When I compile a simple blinky program with msp430-gcc on the Linux command-line (Fedora FC41), it works like charm:
#include <msp430.h>
int main(void)
{
WDTCTL = WDTPW | WDTHOLD; // Stop watchdog timer…
Part Number: MSP430FR2355 Tool/software: Hi,
I was looking at the demo code provided in the forum https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1041311/msp430fr2355-source…
Part Number: MSP430FR2355 Tool/software: In Code Composer I am trying to locate where the possible interrupt vectors are located. I have code that works fine, I was just curious to poke around and I tied to do a search for:
#pragma vector=PORT2_VECTOR…