Forum Post: RE: Two pwm signal with 180 degree phase shift USING msp430g2553
Thank you so much..!!
View ArticleForum Post: RE: Two pwm signal with 180 degree phase shift USING msp430g2553
I have gone through the user's guide of MSP430G2553 . This method is possible when we operate Timer in UP-DOWN Mode, where i can get the dead band also but i have NO clue as how to get this done using...
View ArticleForum Post: RE: Two PWM signals with Dead time. MSP430G2452 (another PWM post)
I don't have oscilloscope to check the output right now. Is there any other method to verify the same other then using oscilloscope?? Thank you in advance.!!
View ArticleForum Post: RE: MSP432: Forcing all int's to be 16bit (short)
Closer to home, TI's C2000 microcontrollers all use 16-bit char, as that's the smallest addressable unit on that platform.
View ArticleForum Post: RE: How to Implement a software timer on msp430 ?
Hello Ilmars , Thanks a lot ! that was exactly what I wanted to know. Maisie
View ArticleForum Post: RE: How is possible to avoid the constraction of the HwiFuncs.c?
Many thanks David :-)
View ArticleForum Post: MSP430G2253 resets when temperature rises above 50C
We are using the 2253 in an automotive application that is capable of experiencing temperatures in excess of 60C. When the temperature rises above 50C, the processor resets and continues to do so at...
View ArticleForum Post: RE: MSP432 interrupt priority issue after CMSIS
Sorry about that, the gist of the post was.... "The hardware priority mechanism only looks at the upper N bits of the priority level (where N is 3 for the MSP432 family), so any prioritization must be...
View ArticleForum Post: RE: MSP432P401 launchpad,RTS&CTS jumper VS GUI demo
Thank you,Ryan! I've tried to download the example programme and succeded.The whole debug process is just fine,and the board responded as the example described. But the domo GUI still unconnected!...
View ArticleForum Post: MSP-432 Fails to run after power cycle
I'm using the MSP-EXP432P401R module for product development. I'm currently using CCS Version: 6.1.1.00022 with XDS110 6.0.14.5. I don't want to upgrade at this time, it will break my build. My problem...
View ArticleForum Post: RE: MSP432P401 launchpad,RTS&CTS jumper VS GUI demo
It seems the XDS110 is fine,but somehow the "XDS110 Class Application/User UART port" which appears in normal device is replaced by the "XDS110 with CMSIS-DAP",which is not recognized as a port and has...
View ArticleForum Post: RE: 432 LPM to Alarm Interrupt disables UART interrupt
The first suggestion, MAP_PCM_gotoLPM0(), worked. Thanks!
View ArticleForum Post: RE: MSP430G2253 resets when temperature rises above 50C
Hi Phil, Thank you for your detailed post. This behavior seems strange, especially since you seem to be within the recommended operating temperature (-40C to 85C). Could the part be reaching 85C...
View ArticleForum Post: RE: Timers and PWM - MSP430G2553
First of all thank you for such a nice and detailed explanation.!! "Now you are free to chose which pin you want to use. Let's take TA1 (second timer module) and from this module we take CCR1 for...
View ArticleForum Post: RE: Recovering erased BSL
Thank you for your reply. What I am trying to do is I am building a custom BSL firmware update UI that can have bunch of options and one of the options is to enable/disable JTAG for security purpose....
View ArticleForum Post: RE: MSP432 ADC two channels with two different references
thanks a lot, works perfectly.
View ArticleForum Post: RE: JTAG security fuse blown and cannot get into BSL using USB...
Section 7.3.1 of the User's Guide says: The logical value of an erased flash memory bit is 1. Each bit can be programmed from 1 to 0 individually, but to reprogram from 0 to 1 requires an erase cycle....
View ArticleForum Post: RE: MSP-432 Fails to run after power cycle
Hello Timothy, It sounds to me that either the RST ISR keeps getting called without the programmer attached. Can you test again while in Free Run mode to see if the problem replicates or if it only...
View ArticleForum Post: RE: Recovering erased BSL
Your code to change the JTAG Fuse bytes has one limitation that you were not aware of and that started your problems. That code is capable or changing the JTAG Fuse bytes from 0xFFFFFFFF into anything...
View Article