Part Number: MSP430FR2155 Tool/software: I would like to advise how to load a program in CCS and at the same time skip part of the memory. I first load data into a certain area of memory using Uniflash and then I would like to load the program. However…
Part Number: MSP430FR2155 Other Parts Discussed in Thread: UNIFLASH Tool/software: I would like to advise how to load a program in CCS and at the same time skip part of the memory. I first load data into a certain area of memory using Uniflash and then…
Part Number: MSP430FR2155 Tool/software: Hi experts,
My customer is testing timer_b_ex1_continousModeCCR0 on MSP430FR2155
He found that if he set the period of timer CCR0 from TB0 to several microseconds, There will be no CCR0 interrupt
If he…
Part Number: MSP430FR2155 Other Parts Discussed in Thread: MSP-FET Tool/software: Hello, I want to test if my device is entering BSL mode correctly and if the sequence I use is correct in general. I have added this piece of code in my application:
…
Part Number: MSP430FR2155 Other Parts Discussed in Thread: MSP430FR2355 , LP-MSPM0G3507 Tool/software: My Current Code to test setting up the oscillator is as follows:
int main(void) {
WDT_A_hold(WDT_A_BASE);
//Configure MCLOCK OUtput Pin
GPIO_setAsPeripheralModuleFunctionOutputPin…
Part Number: MSP430FR2155 Tool/software: Hi experts,
After entering low power mode, the chip freezes. The following is the code:
Could you have a check?
Thanks,
Leo
Part Number: MSP430FR2155 Tool/software: Does the MSP430 (specifically MSP430FR2155) DCO shutdown when it is not sourcing any other clocks in the tree?
We are going to use the HFXT, High frequency external clock, as our source to all other clocks (MCLK…
Part Number: MSP430FR2155 Other Parts Discussed in Thread: MSP430FR2355 , MSP-TS430DA38 Tool/software: Hello TI Experts, I'm trying to debug my code with MSP430FR2155 using a custom made board. After I made few changes to the code, I'm not able to debug…
Part Number: MSP430FR2155 Currently, we read the "MSP430FR2155 errata documentation".
The CS13 issue, we may encounter in our product life time. We use the LPM3.0 and use RTC ISQ to wakeup MCU every 1s. And this device support GPIO exit interrupt. …
Part Number: MSP430FR2155 Hi
I have another question regarding the Timer.
I set the CCR0 to 239, however, Timer seems to kick 223 clock cycle and some for 240 clock cycle.
How can I not having an consistent clock cycle for every Timer kick.
(…