Forum Post: RE: MSP432 Stepping with GDB in C++ code build with gcc
Hi Bob, I have managed to resolve the stepping issue while debugging another problem. Apparently the issue was adding -specs='nosys.specs' to the linker flags, as this pulls in a lot of stuff from...
View ArticleForum Post: RE: Security and update tool
Hi Dan, sorry for the late reply. I could reproduced the same behaviour when the address is equal or greater than 0xA000. One workaround that we can do is to use the address like 0x4000, generate the...
View ArticleForum Post: BSL gives error- > [ACK_ERROR_MESSAGE]Packet Size exceeds maximum...
Hi, I'm trying to program the MSP430F5310 through the BSL. I use CCS6.2 to generate the intel .HEX file and TI.TXT file. When I run the script, the TI.TXT file works fine, but the intel .HEX file gives...
View ArticleForum Post: RE: MSP430F5438A PWM TB0 chan2
Why are you changing TB0CCTLx in the interrupt handler? You do not need to do this to output a PWM signal.
View ArticleForum Post: RE: Wakeup time from LPM0 and LPM1
Hi KoT, The wake-up time on the UG is just for LPM2/3/4. Wei, MSP Customer Applications,
View ArticleForum Post: RE: Wakeup time from LPM0 and LPM1
As shown by the footnotes in the datasheet, the LPM2/3/4 wakeup times depend mostly on the voltage regulator stabilizing. In LPM0/1, the regulator stays in high-current mode (see section 2.2.1 of the...
View ArticleForum Post: Possible bug in MSP_UART example code for FR5969 LP
HI In myUART_5529.zip, ( MSP-EXP430FR5969 LaunchPad), file myGpio.c, line 62, should GPIO_setAsPeripheralModuleFunctionOutputPin( myUart.Channels[0].RxPort, myUart.Channels[0].RxPin,...
View ArticleForum Post: RE: Wakeup time from LPM0 and LPM1
Hi Wei, So how long wakeup time from LPM0/1 ? Thanks and regards, KoT
View ArticleForum Post: RE: Wakeup time from LPM0 and LPM1
I found applicaiton note slaa555d shows wakeup from LPM1 is same as LPM2 for F5x. Is this wrong ? Thanks and regards, KoT
View ArticleForum Post: MSP430F6746 CVCORE and CVCC
Hello, I have a quiestion about MSP430F6746 CVCORE(capacitor at VCORE) and CVCC(capacitor at pins DVCC) In this data sheet.. www.ti.com/.../msp430f6746.pdf CVCORE should be 470 nF and CDVCC/CVCORE...
View ArticleForum Post: RE: Security and update tool
HI Dan, I already addressed these two issues internally and they will be implemented on the next release update. I hope the workaround works for you now. Thanks for the feedback.
View ArticleForum Post: RE: What is difference between MSP430F425 & MSP430FE425
The MSP430F425 is NRND, and is replaced by the MSP430F425A . As far as I can see, the only difference is that the -A has fixed errata SD1 and SD2. The MSP430FE425 does not have an SD16 but an...
View ArticleForum Post: RE: MSP430 Interrupt
#include void main( void ) { WDTCTL = (WDTPW | WDTHOLD); // Stop watchdog timer BCSCTL1 = CALBC1_1MHZ; // Set DCO range DCOCTL = CALDCO_1MHZ; // Set DCO step and modulation P1DIR = 0x04 + BIT1+ BIT6;...
View ArticleForum Post: RE: Wakeup time from LPM0 and LPM1
I'd guess that the author of this table was not aware how the F5xx LDO operating modes map to LPMs; "high-performance mode" means the high-current mode, so 5 µs applies to LPM0/1, and 150 µs applies to...
View ArticleForum Post: MSP432 chip heats up quickly on Power-On
Hello, i saw similar issues regarding this topic and i was wondering if there was a simple to determine if the block is really bricked? I am currently just running a simple blink LED program but the...
View ArticleForum Post: RE: MSP430FE4272 - Energy pulse Error variation
Thanks James for your reply,I noticed that it is not a hardware issue after observing the energy displayed on the LCD is constant for a constant load. By the way what is the number of pulse at which...
View ArticleForum Post: RE: BSL gives error- > [ACK_ERROR_MESSAGE]Packet Size exceeds...
Hi Fatmawati, Ok I'll wait for the new release of the BSLScripter. Thanks. Kind regards, Ben
View ArticleForum Post: RE: MSP430F6746 CVCORE and CVCC
Hi Ryan, Thanks, I got it. Regards, Takeshi Matsuzaki
View Article