Forum Post: RE: MSP-FET for MSP432 BSL
Hi David, You gave me advice on how to see the ACK (0xACE) from the sample program on using the Boot Override Mailbox. I still cannot get the Ack even with putting in the MAP_SysCtl_rebootDevice()...
View ArticleForum Post: RE: msp432 clock sources and signals
> but what are they for?? Technical Reference Manual will tell you. >under what criterion I chose their oscilators The more precise clock for UART - the better. Best choice - use oscillator which...
View ArticleForum Post: RE: MSP 432 DMA Single Transfer on rising Clock Edge
Hi Rolf, [quote user="Rolf Weber"]I'm looking for some settings or configuration that allows only one DMA transfer per rising Clock edge or per high level of DMAE0 [/quote] Unfortunately the DMAE0 can...
View ArticleForum Post: MS432 BSL scripter issue
When I download new code - the BlinkLED_ MSP432P401R .txt example, then do a check the version After I check the version, my BlinkyLED example program is erased. Is this normal? I'm not doing a Mass...
View ArticleForum Post: RE: MSP430G2553IRHB32 POR problem
Hi Don Cramer, I am looking into this and will get back to you tomorrow. Regards, Charles O
View ArticleForum Post: RE: MSP-FET for MSP432 BSL
As a follow-on question. I'm looking at Section 4.7.5.2.2 Boot Override Commands and Acknowledgements in the User's Guide SLAU356A. There's an example I've pasted from page 266. These examples give the...
View ArticleForum Post: RE: Cannot recover MSP432p401r and recovery procedure in SLAU575C...
Hi Aaron, I'm just checking if you've had a chance to recover your board. If not, I can put together some more detailed instructions on how to do it. Regards, James MSP Customer Applications
View ArticleForum Post: RE: [CC430F5137] Unable to exit BSL
Hello Mike, Thanks for the responses. You were right, we can exit the BSL with the following signal. Please update the errata so we can save other people many hours of their time.
View ArticleForum Post: RE: Is there any frequency constraint for msp430f5438A device...
Hi everyone, I finally load new program in my 5438a device by bsl with MCLK set as 24MHz. I think the key point is like what Clemens Ladisch suggest, before configuring MCLK to 24MHz, I must first...
View ArticleForum Post: RE: UART example with BREAK input?
Clemens, Thanks for your quick response. I was already doing as you suggested, but I had not enabled the break interrupt. It didn't make any difference, however. When I issue a BREAK from TeraTerm,...
View ArticleForum Post: RE: PMM_setVCore(PMM_CORE_LEVEL_2) gets stuck
Hi, I was able to get beyond that successfully by changing debugger over to TI MSP-FET430UIF (TI MSP430 USB Debug Interface). now everything is working. still can't explain why it is not working with...
View ArticleForum Post: CC430 500kB data rate
I'm quite new to the CC430 and cannot seem to find a way to change the data rate of the communication. Im running the sample code "RF toggle Led Demo" and have loaded it onto two CC430F6137 and it...
View ArticleForum Post: RE: UART by software in MSP430G2553
Hey Arsen, After a good amount of time searching the internet for software UART solutions that do not use pins 1.1/1.2, I finally stumbled across your code. However, I am struggling a little bit to get...
View ArticleForum Post: RE: MS432 BSL scripter issue
Hi Jim, Because the pass256_default.txt does not have the correct password, it will perform a mass erase. From the Bootloader (BSL) Scripter ( SLAU655 ): RX_PASSWORD {FILENAME} Description Reads the...
View ArticleForum Post: RE: MS432 BSL scripter issue
Hi David, Thanks for the help. Okay, now I remember from the days of writing a custom BSL on the MSPF5438A. So why does the command come back and say "Password is correct" if the pw is incorrect? BTW,...
View ArticleForum Post: The MSP powers on with the analog input I give it.
Working on an MSP432, and I'm giving it three analog inputs to read. The minimum of the three is 2.4V and the maximum is 3.3V. So the MSP turns on before I can even feed a power supply to it! Is there...
View ArticleForum Post: RE: MSP430G2553IRHB32 POR problem
Hi Don Cramer, You probably have to go further below 1.6V to get the device to reset because you are not going low enough in the first place. Can you try setting POR according to the recommendations...
View ArticleForum Post: RE: CCS Cloud compilation output understandable
Hi Su, I would expect the same behaviour on both platforms. Can you pls share the code so I can look into this still? Regards, Charles O
View ArticleForum Post: FFT Time
Hello, Thank you very much for your help. Can you tell me please how much time approximately CC430F5137 needs to calculate 512 pts FFT! Best,
View ArticleForum Post: RE: UART by software in MSP430G2553
Hello Hudson, the "somewhere in main" line of code is where the pointer initialized to the buffer of TX data. Come to think of it, there is an error in it! Here is the right way to do it: uchar...
View Article