Forum Post: RE: MSP432P401R: ENERGIA Serial Baud Rates Under 4800bps not working
Hi Jason, I am not using Energia , so unfortunately I cannot test your code snippet. I suspect that the cause of your problem might be a too fast BRCLK (the UART clock source). Afaik, the MSP generates...
View ArticleForum Post: RE: MSP432P401R: IR Library?
Hi, I cannot really answer your question without knowing the context of the source code. Just in case, are you implementing IrDA? Since the MSP432 supports that protocol using the eUSCI_A module (check...
View ArticleForum Post: RE: MSP432P401R: Making MSP432P401R (Red)Launchpad work at 1.8V
Hi Prasad, your setup might work, but the debug chip might not work if you power it from 1.8 V (to be sure, check its datasheet). Also, please be aware of the fact that you will not be able to use the...
View ArticleForum Post: RE: MSP-Gang C# Example can not Build
Hi Kejian, I'm trying to install Visual Studio 2015 but need many hours, will reply you tomorrow. regards KC
View ArticleForum Post: RE: 1PPS code for msp430
alright i understand , but when i have multiple conditions in my main function , (such as : if ((P2IN & BIT2)==0) and i want to generate the 1pps when this condition becomes true and stops it when...
View ArticleForum Post: RE: 1PPS code for msp430
Then check the input inside the ISR and toggle the output only if the input level is low, otherwise don't do something. Or check the input inside the main and start or stop the timer when hardware...
View ArticleForum Post: RE: MSP430FR5969: How long to enter Low power mode LPM0?
Well yes, that would most likely fix the immediate problem of no wake-up interrupt.. But what you'd be doing is pretty much setting the interrupt flag early and immediately coming out of LPM0. I was...
View ArticleForum Post: RE: Wakeup time from LPM0 and LPM1
All, we did some testing using the code you attached and switched MCLK to output to measure wake up time. Below you see the fast wake and slow up time from LPM3 when measuring from wake-up event to...
View ArticleForum Post: RE: DCO changes in MSP432 revision C and a possible error in...
Should I contact Customer Support?
View ArticleForum Post: MSP430FR2311: Correct way to reset SPI slave state machine
Part Number: MSP430FR2311 I have an MSP430FR2311 operating as an SPI slave. It is working correctly. My question is about how to properly handle error cases when the incoming master data is incorrect....
View ArticleForum Post: RE: CCS/MSP-FET: How to solve error at update firmware
Hello, Thanks for your reply. i write down somethings for your question. First, can you download the newest version of MSPflasher? -> MSPFlasher and MSP-FET Driver was already upgrade to newest...
View ArticleForum Post: RE: DCO changes in MSP432 revision C and a possible error in...
Are you seeing artifacts from the delay counter www.ti.com/.../slau356e.pdf ? There is also a driver library example available: dev.ti.com/.../ Regards, Chris
View ArticleForum Post: RE: Uint16 to int(signed) conversion
Do you mean I can get between -2048 and +2047 with manipulating the hardware?I don't quite understand what you mean?
View ArticleForum Post: RE: Wakeup time from LPM0 and LPM1
Hi Dietmar, Thanks for checking them on board! >So I agree the datasheet is not 100% clear on this but these parameters are not specified at all. Is it possible to add this information somewhere in...
View ArticleForum Post: RE: DCO changes in MSP432 revision C and a possible error in...
I am not sure if these are artifacts, because I perform measures several seconds after the change.
View ArticleForum Post: RE: DCO changes in MSP432 revision C and a possible error in...
Ok, I think I see a difference between the example provided in SLAA658 and the equation. There is a factor of '8' that I think is accounting for the extra 3 bits. Moving to a 10-bit dco-tune value this...
View ArticleForum Post: RE: DCO changes in MSP432 revision C and a possible error in...
In general I do, just for that quick test I didn't. Sorry, I am very new to programming and at all - I am not an engineer, I am a musician, I don't know much about math, so could you please explain,...
View ArticleForum Post: RE: MSP-Gang C# Example can not Build
Hi Kejian, The example code was developed under MS Visual C++ 2005, it's better to run with same version IDE. During the solution upgrade to 2015, there is possible some errors since the C# version too...
View ArticleForum Post: RE: DCO changes in MSP432 revision C and a possible error in...
I have done some simple calc also, so it seems like the '8', at least for positive values. Then what about negative? And does it imply that although the bitfield is now 10-bits, we have 255 positive...
View ArticleForum Post: RE: MSP430F6736: MSP430: File Loader: Verification failed:...
Caleb, Jace, I appreciate your cooperation. My customer closed this issue. The cause was supposed to be PC issue.
View Article