Forum Post: RE: 1PPS code for msp430
You shall continue your readings. Try source code examples, look how to use external crystal first, then timers. You are welcome to ask questions.
View ArticleForum Post: RE: Sine Wave with 2 PWMs
Instead of setting the Reference Oscillator Frequency, I set the Digitally Controlled Oscillator frequency. I do not init MCLK (even with the init of MCLK same problem). Power state was in low...
View ArticleForum Post: Code not working outside Debug Mode
I am working on SIM808 based GPS tracker with GPRS and GSM features. I have encountered a strange problem, When I am running the code in debug mode, the device is working perfectly, just as expected....
View ArticleForum Post: Problem during writing to the Flash for MSP432
I wanted to write to the flash of the MSP432P401R launchpad I used this functions first MAP_PCM_setCoreVoltageLevel(PCM_VCORE1); FlashCtl_setWaitState(FLASH_BANK0, 2);...
View ArticleForum Post: Programming a MSP430 through another MSP430 through BSL
Hi, We need to connect two MSP430's( MSP430FR5739 ) in our application and we want to program the Slave MSP through Master MSP through BSL. Is this possible? Please let us know if there is any sample...
View ArticleForum Post: RE: MSP432P401R Rev-C, BSL Scripter v3.2.0 can’t access the...
Hello David, I use only the XDS110-ET emulator on MSP-EXP432P401R Rev-B, my test board is MSP-TS432PZ100 . I got some new MSP432P401R Rev-C and executed the same examinations. 1 BSL Scripter 3.2.0 with...
View ArticleForum Post: TPL0202-10, bypass capacitor
Dear Specialists, My customer is considering TPL0202-10 and has a question? Could you please advise? The datasheet of P.26 of 10.1 Layout Guidelines describes • Apply low equivalent series resistance...
View ArticleForum Post: MSP432 64PIN package fail to connect with JTAG for debugging
Hi Sir, My customer are use MSP432 100pin package for long time and finished all firmware design. Now for space limited, they changed to 64pin package. With this package, they met problem for JTAG....
View ArticleForum Post: 1 KB challenge on Hackaday!
We're having a fun challenge on Hackaday, here's a little info. Join us! Challenge closes January 2. Microprocessors didn't always have Gigabytes of memory, and Microcontrollers didn't always have...
View ArticleForum Post: SPI communication
hi I have a custom made board with MSP430F5528 ic and C2500. I want to initialise SPI communication with MSP as the master and CC2500 as the slave, how should i proceed with it and also test if my...
View ArticleForum Post: RE: MSP430 UART
thanks for your information sir, in below code, i am unable to send the character '9' continuosly, sometimes random data also coming.... i don't know why?? and tell me how to get two digit and three...
View ArticleForum Post: RE: MSP430G2553 ADC Accuracy
Thanks. One more question. Can we measure the internal reference voltage of 2.5V / 1.5V on any gpio pin in MSP430G2553 ?
View ArticleForum Post: RE: Software breakpoints cannot be set on the given opcode
Hello Olli, It sounds like a HW breakpoint is needed for the auto one ehre,a nd you maybe using them all elsewhere. Can you try the following? In CCs, right click project and head to Properties. Click...
View ArticleForum Post: RE: MSP430i20 SD-ADC questions
Hi Holger, Thank you for your patience here. Please see my feedback to your questions below. Q1 The given VID ranges in Table 5-21 are applicable if the VREF is sourced internally, as mentioned in...
View ArticleForum Post: RE: MSP430 FR5994 LaunchPad : Should the SD example work out of...
Nothing helped me to restore the SD card, including acquired write-protection after removing the partition. But my mobile phone was the last chance to reformat the card. And it solved my problem...
View ArticleForum Post: RE: AES256 benchmarks without accelerator
David, Without the AES accelerator you will have to use a SW version of the algorithm. We do not have a SW version of AES256 available, but we do have a SW version of AES128. Benchmarks for this SW...
View ArticleForum Post: RE: MSP430 FR5994 LaunchPad : Should the SD example work out of...
Hi James, I encountered the issue after downloading the code, compiling executing and running the GUI as described. Both the Live and Fram modes were logging perfectly from GUI control. Today I used my...
View ArticleForum Post: MSP430F5229 flashing firmware via BSL
Hi All, Are there any tools available to flash MSP430F5229 via UART using BSL?
View ArticleForum Post: MSP430FR5849 ADC12_B can't be recovered from abnormal status
Hi, One of our customer is testing their MSP430FR5849 based application using timer triggered ADC12_B with "repeat sequence-of-channels" mode. The firmware is running over few days and they get...
View Article