Have you ever thought of programming MSP430 over WiFi ?!
Hi,We've launched a campaign on Kickstarter for our open-source WiFi programmer named "WiLoader" and Kickstarter has selected "WiLoader" as a "Project We Love!"WiLoader currently supports AVR family...
View ArticleSLAA577 - Missing bytes in receive buffer with baudrate set to 115200
Hello everyone,I'm using a MSP430F67791 micro with the slaa577 firmware.I have problems when receiving data on USCIA1 when the baudrate is set to 115200. I need to drive an external GPRS module with AT...
View ArticleFunction will not return unless I suspend program and resume again. What is...
Hello e2e,I am currently working on a program that sends data over the EUSCI_B0 peripheral in SPI mode. The transmission is interrupt-driven. The functionality is as following: In main(), a function...
View ArticleMSP430F5529 USB LaunchPad Evaluation Kit
Hi. I am interested to buy the launch pad mentioned in the subject. I suppose I can manage with that. What is a nice (free) program on PC Windows 10to make the program to communicate with the launch...
View ArticleMSP430G2230 with external reference?
Hello,can the MSP430G2230 be used with an external reference? It is described in the datasheet page 29 ("10-Bit ADC, External Reference (MSP430G2230 Only)(1)") but I think the pins are missing. I think...
View ArticleMSP430F5172 USART 57600bps misses bits in LPM
Hello,i'm using a MSP430f5172 with SMCLK sourced from DCOCLK at 8Mhz. with the Debugger attached the serial communication works fine. As soon as the Debugger is deattached and LPM3 (but also other...
View ArticleCAPTIVATE-FR2633 board TX pin issue
Good afternoon!I have a curious question. Wondering if you have a simple explanation for this, even if it is not critical. We have programmed the CAPTIVATE-FR2633 board. I have a simple SELF...
View ArticleWeird UART behaviour when I clear Timer_A CCR interrupt Flag
After making a small change to my Timer_A ISR (clearing a flag just before enabling it's corresponding interrupt) I start having issues with data transmission on my UART. I'm trying to understand what...
View ArticleIssue with SPI communication signal
Hello, I am using UCB1 module in MSP430FR69891 for SPI communication. However, there is issues with the SIMO signal.in the pic, it shows the data signal is just "oscillating", during the whole data...
View ArticleSet all GPIO to a known value
P1OUT = (P1OUT7 << 7) + (P1OUT6 << 6) + (P1OUT5 << 5) + (P1OUT4 << 4) + (P1OUT3 << 3) + (P1OUT2 << 2) + (P1OUT1 << 1) + P1OUT0;this code is used for setting...
View ArticleMSP432 + Bluetopia , HCI UART Buffer issue
I'm developing an application where I need to send 4800 bytes as fast as possible, so I need improving throughput. I'm reading the...
View ArticleCapacitive Liquid Level Sensor using an MSP430
Hello,I am working on a high volume liquid level sensor. The PCB will be vertically mounted in a liquid tank and housed in plastic. PCB real estate on the submerged section of the board is limited and...
View ArticleDisplaying int values to char LCD
Hello, Iam using msp430 launchpad and interfacing a 16x2 char lcd with it. Iam able to print strings successfully but having problems with integers.I used itoa function which is normally used to...
View ArticleMSP 430 Flasher transfer Hex.files
I am using MSP-FET for MSP430F4152IPMR and ı want to transfer HEX. File in MSP430F4152IPMRı read that ı can do this porcess with MSP430Flasher program from MSP-FET Datasheetwhen I ınstall the program ı...
View ArticleTrying Power up the MSP430G2 board through Lemon Fruits
Hey everyone,I connected 5 lemons in series and I am getting 4.1volts output. I load normal LED blinking code to MSP430G2553lp after load and run the code, I remove the USB power, Then connected that...
View ArticleHow to receive data FROM pc TO chronos ez430?
Hi! I am new to embedded systems and am currently trying to explore the many capabilities that the chronos provide.I know that the chronos can send data (such as the accelerometer values) to PC....
View ArticleeZ-FET vs MSP-FET
I have the MSP-FET debugger and the MSP430FR5969 launchpad. Is there any advantage/disadvantage on using the JTAG adapter or the on-board emulator for debugging/testing?Obviously for the actual product...
View ArticleMSP430FR2110 Clock Counter in LPM3 and LPM4
Hi,I'm supporting a customer who wants to use a counter clock input (TB1CLK or INCLK) in low-power modes. Will the MSP430FR2110 still count when in LPM3 or LPM4?Thanks,-Sam
View ArticleCAPTIVATE-FR2633 as boosterpack
Good afternoon,is there any sample code for any MSP430G2553 or MSP4350F5529 or whatever for using the CAPTIVATE-FR2633 as boosterpack? I do not mean the code generated by CAPTIVATE Design Center :) I...
View ArticleMSP430G2553 crystal installation
Hello every onei'm trying to generate a PWM of an 50Hz sine wave, by using the timer available on chip, just i need to speed up the MSP, but i'm afraid to use the internal DCO, at high speed, since the...
View Article