bsl scripter loading intel hex file error
I am using BSL Scripter 3.2.0 with a script to load a firmware image that is in Intel Hex format, which is apparently a new feature in the new version.. The firmware image is an Energia project built...
View ArticleProgram skipping subroutines and infinite loops sometimes.
Hi, I made a program that reads data from an MPU6050 and also has a timer interrupt to move some motors.However some of my Calculation functions are never being called and even when I step through the...
View ArticleBITBAND macros should have their parameters protected.
It is always good programming practice to protect the parameters of a macro by enclosing the parameter in parens. This ensures that there aren't any funny surprises due to evaluation order.The...
View Articlebit banging: how it works + examples
Hi Everybody,I need to do a project with bit banging to get data from an external adcI'm using msp430g2553 and ccs for this project.I think i can use SPI but i want to learn.I new to bit banging and i...
View ArticleProblem with MSP432: it's no longer working
This message appears every time I try to do a debbug:CORTEX_M4_0: GEL Output: Memory Map Initialization CompleteCORTEX_M4_0: GEL Output: Halting Watchdog TimerCORTEX_M4_0: WARNING : On MSP432P401R...
View Articlehow to use timer for system tick without using interrupt for MSP430F5328
Hi,I am using MSP430fF5328, trying to configure timer to use dhow to use timer for system tick without using interrupt for MSP430F5328.I mean to say delay that I can use in my system for delay...
View ArticleMultiple alarm timing using MSP430F552x Calender mode
Hi,1. Can anyone please tell me that, If I want two/three alarm timings using RTC calender mode, what I need to do. I can generate Alarm in calendar mode. But only one timing setting using...
View ArticleMSP430FR5969 Memory Map
Hi,I'm working on a project that involves placing functions at certain places in memory and protecting them with the MPU. To do this, I laid out the memory map based off of the linker script, and I...
View ArticleCan not download and debug through MSP-FET430UIF
Hi I meet a problem of that I cannot download and debug the MSP430F4152 on IAR system (Version 5.30) by using the emulation tool of MSP-FET430UIF.The error message and error log I got as the below...
View ArticleCan not download and debug through MSP-FET430UIF
Hi I meet a problem of that I cannot download and debug the MSP430F4152 on IAR system (Version 5.30) by using the emulation tool of MSP-FET430UIF.The error message and error log I got as the below...
View ArticleCCS6.2 /xds110 / MSP432P401R launchpad flash/debug fail
This seems to be a common problem, but none of the solutions I've found seem to work or apply. Many apply to older versions of CCS that don't have the same option sets. (specifically, many indicate I...
View ArticleMSP430F5659 UART BSL binary
Hi team,I am using MSP430F5659 and i want to get the UART BSL binary of MSP430F5659.According to the data sheet (www.ti.com/.../msp430f5659.pdf), page 25, a UART BSL is available: “A UART BSL is also...
View ArticleMSP432P401R, How to execute the Factory Reset with MSP-FET and CCSv6.2?
Hello,I can execute the Factory Reset to MSP432P401 with XDS100v2 and CCSv6.2 referring to 8.1 Factory Reset without Password on CCSv6 UG, SLAU575E. I did in a similar way with MSP-FET and its adapter,...
View ArticlePeripheral operation during LPM2
Hi, My customer is using MSP430F5255. And there are a few questions relating LPM2. 1) While the chip is in LPM2 and UART data(115200bps) come from an external device, the data are lost ? If ACLK is...
View ArticleMSP430FR6972 times 1us question
Hi sir, The MCLK is 8MHz and only 8 MCLK cycles between every interrupt for Timer.This is too little for accessing the 1us ISR and processing the code in it, How could I use timer to realize 1us...
View ArticleNot able to receive character on uart
hello I am interfacing with uart but i am not receiving any character. I have used msp430g2553 microcontroller and using rs232 communication.my rx interrupt code is #pragma vector=...
View Articlemsp430fr6879IPNR sample codes
I am new to this microcontroller and cant find the sample codes (ccs ) for the same , can someone help me with its sample codes. Also is there a specific place or link or site where I can find the...
View Article