MSP430F5338 ADC Accuracy
We have recently taken some extensive measurements to characterize the MSP430 ADC to see if readings are within the expected tolerance. We used our target hardware for the characterization. The...
View ArticleMSP432 SRAM memory retention with hard system reset
I have setup a custom linker section in SRAM bank1 (of 0..7) and hope that this memory will persist through a system reset using the driverlib call to ResetCtl_initiateHardResetWithSource(). Will...
View ArticleMSP430F2132 - UART Transmission
Hi everyone,I'm trying to use the UART with a MSP430F2132 but the output is constantly giving be weird results. I want a standard 9600 - 8N1 output and send string of characters.Here is the code :...
View ArticleRun time Issue with MSP430FR6989 while trying to run / debug source code
Hi,I am Unable to run source code on msp430fr6989 and stop at main function in IAR workbench, As i can do this with simulator mode but not in FET debugger mode where i try to run it on...
View ArticleInterfacing MSP430f5529 to SD card reader
Hello,I would like to ask regarding the Mass Storage Examples (MSC) under TI Resource Explorer>MSP430Ware>Libraries>USB Developers Package>Example Projects.So I've gotten the Single-LUN...
View ArticleOpenOCD and XDS110 doesn't seem to work
The XDS110 wiki page states that the XDS110 is OpenOCD ready.What are the details please?I have a current version of the the development trunk of OpenOCD (0.10-dev) because it has a configuration and...
View ArticleMSP430FR6989 Internal 32kHz Oszillator Settings - Low frequency clock drive...
Hi,the MSP430FR6989 datasheet contains a setting for low frequency clock drive strength (CSCTL4). The value can be set from 0...3.After a reset the default value is 3.What's our recommendation for this...
View Articlesprintf() with XMSP4301R custom board
Hi guys,I want to use sprintf to fill different char arrays with strings since the exact strings that fill the arrays is program run dependable. the problem is, that I need to fill three different char...
View Articlemsp430 i2c problems
Hi,I wrote the following code:#include <msp430.h> /** main.c*/signed char size;unsigned char *dataReceive;unsigned char *dataTransmit;unsigned char slaveAddr = 0x20;int main(void) {WDTCTL = WDTPW...
View ArticleDebugger is not working with stack pointer inside of FRAM
Hey, everyone.I had a problem similar to this on another thread, but it was cleared up. I am trying to test the capabilities of the FRAM on the TI Microcontrollers and my question is why a debugger in...
View Articlebootloader for MSP430fg6626 uController
I am attempting to development a bootloader(along with my App as separate) for MSP430fg6626 uC and want to no if there is an existing BSL(code/prj)or example code(with App & Bootloader linker &...
View Articlemsp430g example- msp430g2xx1_ta_17
Your example programs are a great help in setting up MSP430 processors. However the example msp430g2xx1_ta_17 from MSPWare has me confused. The Port setup lines are:P1DIR |= 0x0C; // P1.2 and P1.3...
View Articleactive mode test in msp430f5529
Hi friendsI want to check active mode in msp430f5529 launchpad.Is there any ti c program for active mode test for current measurment?give me a copyThanks in advance
View ArticleMSP430 OTA FW Updates
Hi Team,I have a customer using an MSP430 controller. It is connected (UART) to a wireless module that can send firmware packages to the MSP430. The expected operation is as follows:1. Wireless module...
View ArticleProblem in external power to MSP430G2552 IC on bread board
Hello Champs !I am beginner with MSP430G2 evaluation kit, I am using MSP430G2553 IC on breadboard for my PCB designing. External power i.e 3.6V at Vcc causes problem while at the same time when i give...
View ArticleMSP430F5659 DCO
Hello I am using msp430f5659 in my design.I want to run my MCLK and SMCLK at 16MHZ by DCO.I am using REFOCLK for FLL. For 16MHZ DCO the range i found on datasheet is fDCO(7,0) DCORSELx...
View ArticleMAP_AES256_setCipherKey locking up in MSP432
Hi,What sorts of things might cause MAP_AES256_setCipherKey() to never return?I can run the example no worries, and in the bootloader on our hardware, which then calls the main code, but then in the...
View ArticleMSP430 RTC Calendar to c types - time_t / tm
Driverlib's RTC implementation uses a proprietary `Calendar` structure to represent time. In my application, I need to manipulate time structures (i.e. add or calculate differences etc.), which is...
View ArticleVariables reset by __TI_decompress_rle_core when debugging MSP430 code from...
I'm trying to debug a MSP430F5435A program.When idle the program calls __low_power_mode_3().If I happen to pause (Suspend) the program from CCSv6.1.3 while in this call then some of my variables are...
View ArticleREVERSE LCD COM PINS IN MSP430F42x
I was working on an 24 pin LCD, having pins as follows :S0,S1,S2,........S18,S19. COM0,COM1,COM2,COM3and have PCB designed as it is.But now i am not getting this LCD, instead i am getting another LCD,...
View Article