Forum Post: RE: MSP432 - Need Example of using CMSIS to read and write a...
Decided to use Driverlib to store calibration related data - Thanks
View ArticleForum Post: RE: MSP-EXP430FR5994: MSP430FR5994 LaunchPad format sd-cart FatFs
Yes. But I lost my MicroSD. (
View ArticleForum Post: RE: MSP-EXP430FR5739: using command line-flasher.exe runnin on WIN10
Hello Jace, many thanks for your help and advice in this matter. I followed your advice: SUCCESS! Thx. again! Regards, BergSchrat
View ArticleForum Post: RE: MSP430G2553: MSP430 & DS1307 Interfacing Issue
Thank you Mr. Ryan for your quick response. I have checked all the connection found to be OK. LED2 jumper also in open condition, 3V coin cell is available in the DS1307 kit. When i measured voltage...
View ArticleForum Post: RE: Dip in AVCC and DVCC and Reset Pin of MSP430 controller
Hi Caleb , We have checked the capacitors on the AVCC and DVCC in our design and we have provided sufficient capacitors which is more than the recommended in datasheet. Refer the below images which...
View ArticleForum Post: RE: Msp 432 UART PC ECHO
Hi David, thx for help, the program from CCS is functional, the problem was Putty, I tried another program and it worked.
View ArticleForum Post: RE: MSP 432 SERVO 0 ~ 180 degrees problem
I was helped to solve the problem with the loop and implementation is described below: /******************************************************************************* * * MSP432P401R * MSP432P401R *...
View ArticleForum Post: RE: MSP430F1232: EEPROM Endurance for high electro-maganetic field
Hello JH, Oh ! it was my mistake, it was internal Flash Memory. Could you give me your comment of the endurance of the Flash Memory in the high electro-magnatic field? N.O.
View ArticleForum Post: CCS/MSP430F67641: Restart issue
Part Number: MSP430F67641 Tool/software: Code Composer Studio Dear sir, We are working on MSP430F67641 energy library based project. Below mention issue in our project. Our application program size is...
View ArticleForum Post: RE: Serial data plotting
Hello all, I am facing a problem about Real time uart data plotting on python Actually i am using msp430f5438a microcontroller, and i am trying to plot sine waveform(which is given by a function...
View ArticleForum Post: RE: Dip in AVCC and DVCC and Reset Pin of MSP430 controller
Are you still believe that voltage drip you are seeing on scope is for real? :) I just quickly made illustration of what is most likely going on in your setup, using simple tools - fresh AA battery and...
View ArticleForum Post: RE: Serial data plotting
>ADC Configuration is You missed to specify ADC configuration, at least sample rate. >Wright now my problem is Where i am unable to plot a sine waveform which frequency is more than 10 hz. Please...
View ArticleForum Post: RE: MSP430G2744: Restarting the MSP430 periodically
>Please let me know if this kind of usage is allowed with MSP430. Sorry, I have no other option than to say: this kind of usage is allowed but stupid. Actually no matter which low power...
View ArticleForum Post: RE: CCS/MSP430F67641: Restart issue
Hello, I will move this question to the MSP forum. The experts there can help you best. Thanks ki
View ArticleForum Post: RE: MSP430 SD card write throuhput
For best speed you need to write data in bigger chunks than 512 bytes using the multi block write command. Digging up my test data ( MSP430FR5969 ) the problem isn't the typical write time but worst...
View ArticleForum Post: RE: CCS/MSP430F67641: Restart issue
Hi! Here's solution to your problem, pay special attention to additional 1k resistor between RC (R5, C6) circuit and RST pin. Also you shall read this thread .
View ArticleForum Post: MSP432P401R: typo in chip header for msp432p201{r,m}.h
Part Number: MSP432P401R
View ArticleForum Post: RE: MSP430G2744: Restarting the MSP430 periodically
Thank you we will ask the customer to use Standby mode.
View ArticleForum Post: RE: Serial data plotting
Dear Ilmars, I already have mentioned about the Sampling Rate of ADC12_A of MSP430F5438A in my previous post. 1) Once again I am telling it the configuration of ADC12_A is Resolution : 8-bit ADC12A_CLK...
View ArticleForum Post: RE: Serial data plotting
[quote user="PRASANTH S"]I already have mentioned about the Sampling Rate of ADC12_A of MSP430F5438A in my previous post.[/quote] So what? You started new thread. As you did not mention your previous...
View Article