Part Number: MSP430FR2355 Other Parts Discussed in Thread: MSP-FET , MSP-EXP430FR2355 Please correct me if I'm wrong, but BSL password is not really a password, but the list of ISR addresses from 0xFFF0 through 0xFFFF. One can't simply pick a custom…
Part Number: MSP430FR2355 Sir,
We have a issue in our MSP430FR2355TPTR assembled PCBA.
We have 18 PCBA in a machine. All these 18 got no power during normal working.
After reprogramming the PCBA all are now in working.
Can u please let us know the root…
Part Number: MSP430FR2355
I have two timers that are working just fine. The code to init the B1 timer is:
/* Configure TimerB1 to generate 100 Hz Clock */
void jiffyClockInitTimerB1(void){
Timer_B_initUpModeParam param = {0};
param.clockSource…
Part Number: MSP430FR2355 Hi Experts, Good day.
I am a student trying to use the TI MSP DSP Library on my MSP430FR2355 Launchpad and can not get the DSP library installed onto Code Composer Studio. I keep getting the "unresolved symbols remain" error while…
Part Number: MSP430FR2355 Hello
I'm following a tutorial using the MSP430FR2355 DEV board. For an example using timer B to trigger an interrupt on overflow, the vector used is TIMER0_B1_VECTOR. The program works well. As I'm trying to learn how to…
Part Number: MSP430FR2355
Hello,
I had a customer point out to me that the deglitch times for UCGLITx are defined in the datasheet as follows:
However the comments in the MSP430FR2355.h include file suggest some different values:
/* UCA0CTLW1 Control…
Part Number: MCF8316AEVM Other Parts Discussed in Thread: MSP430FR2355 Hello,
Section 7 of the MCF8316AEVM Evaluation Module User's Guide (sllu338.pdf) mentions a zip file with the firmware: “MCF8316AEVM_MSP430FR2355_Firmware_GUI.zip”
…
Yes, use MSP-FET, you can refer to this document: https://www.ti.com.cn/cn/lit/ug/slau680/slau680.pdf?ts=1681277859038&ref_url=https%253A%252F%252Fwww.ti.com.cn%252Ftool%252Fzh-cn%252FMSP-EXP430FR2355%253FkeyMatch%253D%2526tisearch%253Dsearch-everything…
Part Number: MSP430FR2355 Other Parts Discussed in Thread: UNIFLASH Hi,
I am trying to set my MSP430FR2355 to 20 MHz with the DCO. I started with the example 8MHz DCO project and modified three lines as follows (lines 79, 89, 92):
/* --COPYRIGHT--,BSD_EX…