Manchester Encoding/Decoding with MSP430
I wanted to share my experience with implementing Manchester encoding/decoding on the MSP430 (specifically MSP430F5438A) because a brief search on the forums didn't fill me with confidence that it...
View ArticleNot able to download image on MSP4300FR5969
Hi,I am using IAR embedded workbench environment for programming MSP430FR5969 through MSP -FETflash EMULATION TOOL. But i am unable to program my MCU, Does IAR workbench support MSP-FETFLASH...
View ArticleStart up sequence for MSP432P401R.
Hello,i am new to the MSP low-power controller.i have got the MSP432P401R board yesterday,I have try to understand the flow of function execution from the startup code by using CCS IDE.when ever i...
View ArticleADC10MEM reg giving zero value as adc output
Hi, I'm using msp-exp430g2 development kit and through this kit I'm doing 10bit ADC. I programmed the code and debugged it through CCS v6. The problem that I'm facing is that when I run the code and...
View Articlei am facing an error while downloading firmware in MSP430FR5969.
hi,when i compile my code , it compiles with 0 error. but when i go to download it, i often got an error.the error is : couldn't go to 'main.c'please suggest me what to do.
View ArticleFR5994 UART RX current leakage
After some days/weeks of always-on testing of FR5994 UART RX current leakage (~100 uA) appear when RX pin remains "floating". When pin is connected to emulator side such effect disappear. This issue...
View ArticleBSL write check error
Hello Champs,Ve customer tries to upload 256 bytes at once to FR4133 starting from address 0xFF10. When they perform attempt to write data from external MCU, they get response 0x3B 0x01 (BSL Core...
View ArticleCustom BSL using the SPI based EEPROM for MSP430f67641
Hello All,We are working on Custom BSL using the SPI based EEPROM. It uses MSP430f67641 mcu.I follow below blink but there no any specification for type of...
View ArticleUnable to open the HID device
When using the bsl-scripter-windows.exe for my MSP430F5507 it terminate! MODE 5xx USB Unable to open the HID deviceBefore that i get windows warning USB unit not recognized- is that expected...
View ArticleUSB BSL invoke fails in Release Mode
Hi,I am using MSP430F5659 controller and doing the software BSL jump as stated in slaa452a.pdf.Using CDC protocol to send the command to Device and I am able to jump to BSL location in debug mode and...
View Articlemsp430g2553 stuck coding in switch& interrupt
hello.My LaunchPad board is msp430g2553. i am strucked programming about interrupt.i founded this debouce switch code from internet and a little adapted .#include "msp430g2553.h"#define FLIP_HOLD...
View ArticleClock switching from DCOCLKDIV to XT2 and back to DCOCLKDIV
Hi,I have to test the clock source available on XT2 pin of MSP430F5528. Initially the SMCLK is sourced from DCOCLKDIV, am able to switch SMCLK source to XT2, but I have problem switching the SMCLK...
View ArticleMSP-GANG Error #23
I have been using the previous programmer for years with our custom PC software to program. I purchased the new MSP-GANG hoping for an easy update. I followed the directions on page 73 of the guide....
View ArticleFET-Pro430 reports code size exceeds FLASH
I have MSP430 boot-loader code that works when loaded with CCS 6.1.1 (with no warnings), and works when loaded with FET-Pro-430 (with a warning that "Code Size exceeds FLASH memory available",The...
View ArticleEVM430-FE427A Trouble connecting to target device
I am wondering if this development board needs an external power source to test/program? I am trying to write a program to the chip, but it can't connect to target device. If it's not a power issue,...
View ArticleMSP430AFE251 BSL Bootstrap Loader Bootloader Boot-Loader
Hello Team430,I'm looking for detail WRT the bootloader (BSL) in the MSP430AFE251. The datasheet does not seem to include detail WRT the device-specific implementation. The Family User Guide just...
View ArticleCC430f5137
I download this code from ti website. According to ti (The master transmits to the slave. It continuously transmits 00h, 01h, ..., 0ffh). I can transmit the first byte(0x01) and after my interrupt is...
View Articlefinding correct reference manual for tm4c1231h6pm
Hello,I am looking for a manual which will have all the peripherals and their corresponding registers. i.e. how to program those peripherals.Where can I find this information.?ThanksYash
View ArticleI want to receive a string or a character through UART in msp430g2553 but not...
Following is my routine code to receive a string.void UART_GETSTRING(unsigned char * string, int length){ unsigned int i=0; while(i<length) { string[i]=UART_GETCHAR();...
View ArticleCC3200 -locked
Hi,i could see after 2 months or so the cc3200 not getting programmed via UART and also JTAG access in debug mode and see the following error in 3 boardsError connecting to the target:(Error -233 @...
View Article