Forum Post: Factory reset msp432 RevB Silicon
I'm trying to use the factory reset command on RevB silicon using the BSL to remove security settings and clear flash. The command response indicates BSL Core Message 0x07 "Unknown Command". All the...
View ArticleForum Post: Placing the stack in FRAM on an MSP430fr5989
I've been looking into moving my stack into FRAM for one of the projects that I'm working on, and I had a question regarding HIFRAM (> 0x10000). Is it correct that the stack pointer is only 16-bits?...
View ArticleForum Post: How to interface bsl rocket with MSP430F5229 (Split IO)?
Hi All, I want to use BSL rocket for flashing my custom board based on MSP430F5229 . I use a split IO in my design, and hence as per the user manual of 5229, BSLEN pin should be used for invoking...
View ArticleForum Post: RE: CapTIvate: about TIDM-CAPTIVATE-MSP432
Hello, Cameron Thank you for kindly providing the preliminary code by email. I really appreciate your help. I found the icon drawing speed improvement. (It takes about 1.5 sec to finish drawing same as...
View ArticleForum Post: RE: msp432 SPI clock speed
[quote user="Chris Sterzik"]Eric, I am asking for confirmation, but I believe that the 16Mhz is related to the note 1 found in table 5-38. The f(ucxclk) is actual SPI clock while the f(eusci) is the...
View ArticleForum Post: RE: Suggestion for 32Bit microcontroller
Atmel's SAM D series is totally based on ARM 32bit Cortex M0+. There are plenty of Microcontroller for the proper selection.
View ArticleForum Post: RE: MSP430FE4272 - Energy pulse Error variation
I am using a custom board with the DEMO 2 software,"the error reading using the LED pulse varies for around 0.6%",I mean the pulse interval is not constant for a constant load,I realize this from the...
View ArticleForum Post: RE: MSP432 PWM setting Output PIN problem
Hi, so i manage to output 4 PWMs from TA0.x: extern Timer_A_PWMConfig pwmConfig = { TIMER_A_CLOCKSOURCE_SMCLK, TIMER_A_CLOCKSOURCE_DIVIDER_1, 24000, TIMER_A_CAPTURECOMPARE_REGISTER_1,...
View ArticleForum Post: RE: MSP430FR5949 I2C Issue
Hi Ryan, Thanks for the help on this. The issue was the I2c device did not acknowledge the data with an acknowledge bit so i just bit bashed it to get around the issue. The code if anyone is...
View ArticleForum Post: error regarding msp430fg4618
Sir, I am working on MSP430FG4618 experiment board. The LED1 led2 and led4 are not blinking after connection and also the LCD display is in OFF condition.Please inform me what is the problem regarding...
View ArticleForum Post: RE: MSP432 Stepping with GDB in C++ code build with gcc
Hey Dan, as the hardware breakpoints are working with your code, I suspect that the GDB agent is trying to use software breakpoints for the single step. You could try to the command "set breakpoint...
View ArticleForum Post: RE: MSP432 Stepping with GDB in C++ code build with gcc
Hi Bob, I already tried that setting (sorry forgot to mention it), it doesn't change anything. I think I have read somewhere that this setting is the default in gdb. I suspect that C++ pulls additional...
View ArticleForum Post: RE: msp430g2553 servo control
Hi I tried that code but it didnt worked :\ Why?Can you help me please?
View ArticleForum Post: MSP430 Mini Lift Project
Hi I found out that code in the forum but it didnt work for me :\ Is there something wrong with the code or connections?(Btw I am using msp430g2553 ) #include #define smclk 1000000 #define servo_freq...
View ArticleForum Post: How do we deal with MSP430F5324IRGC Heat pad?
Hello, How do we deal with MSP430F5324IRGC Heat pad? Does the heat pad on the backside of F5324IRGC have to be connected to the ground? I can not find out the pad information on the datasheet except...
View ArticleForum Post: RE: MSP430F5249: Power consumption in LPM0/1
Hi KoT, What is the clock source for SMCLK in 1kHz? Normally, the power consumption of 1kHz should be less than 1MHz. But you need to test in the specific condition of your application because we can't...
View ArticleForum Post: RE: MSP430F5255 PMM Errata
KoT, F5249 is affecetd by PMM15 and the corresponidng ERRATA sheet will be updated. Best regards, Dietmar
View ArticleForum Post: RE: SYS12 Errata impact
Hi Wei, The device is F5249. Thanks and regards, KoT
View Article