Forum Post: RE: EVM430F6779 - getting raw value - interface with PC
Thank you Ryan. I am wondering about raw value (for harmonic analysis). I am using these commands: HOST_CMD_GET_RAW_ACTIVE_POWER_PHASE_1 HOST_CMD_GET_RAW_ACTIVE_POWER_PHASE_2...
View ArticleForum Post: RE: MSP430_ADC
Hi Prasanth, After a PUC, the Unified Clock System module default configuration is as follows: - MCLK is sourced from DCOCLKDIV (~1.048 MHz) - SMCLK is sourced from DCOCLKDIV (~1.048 MHz) - ACLK is...
View ArticleForum Post: RE: Problem with MSP430F5255 UART based custom BSL
Hi Jace, No, still I am facing problem with this UART BSL. Now, I just left my custom BSL. And I am trying to communicate with the existing BSL(factory default) in the chip( MSP430F5255 ). I tried both...
View ArticleForum Post: Problem with MSP430F5255 BSL communication from BSL scripter.exe
Hi, I am facing communication problem from BSL scripter.exe to MSP430F5255 BSL. I am trying to communicate with the existing BSL(factory default) in the chip( MSP430F5255 ). I tried both Hardware...
View ArticleForum Post: Flash emulating EEPROM with MSP430G2553
hi I need to save some parameter in MSP430G2553 . I may have to simulate a EEPROM with Flash. Is there any sample code for me to reference? Many thanks. Anson
View ArticleForum Post: RE: Flash emulating EEPROM with MSP430G2553
You can write during run-time in flash memory of MSP430G2xx. There are TI open source example for this (msp430g2xx3_flashwrite_01.c). http://www.ti.com/lit/zip/slac485 Similar topic......
View ArticleForum Post: MSPFlasher_1.3.10 and HEX file
Hi, I'm trying to upload the code on a MSP430FR5969 with an MSP-FET (Jtag) using MSPFlasher_1.3.10. If I try to use an txt files (generated with CCS on debug mode) all works, but if I try to use the...
View ArticleForum Post: RE: MSP430F5529 Recovery fails on CCS in Linux
http://www.aglaglobal.com/content/recover-broken-fet-msp430f5529-launchpad-after-ccs-crashes-during-firmware-update
View ArticleForum Post: RE: MSP430F5529 Recovery fails on CCS in Linux
this is the link that I've mentioned in the post. I've tried this, but every time I run "sudo mspdebug tilib --allow-fw-update", I get this error in the terminal: tilib_api: can't find libmsp430.so:...
View ArticleForum Post: RE: MSP430G2553 Energia - SD card interfacing and DMA
Thanks for the reply Ryan. 1) I use a Mac. What do you suggest I use besides Energia ? Must I switch to Windows in order to use the MSP without the Energia IDE? 2) I understand that the 9600 limitation...
View ArticleForum Post: RE: Is this happening because of a silicon BUG?
At which particular point in the loop do you observe GIE cleared when it should be set?
View ArticleForum Post: RE: Is this happening because of a silicon BUG?
One is clear - silicon bug of GIE for sure would be immediately noticed, so it is something else. Did you look at disassembly of while loop in question? How does it look like? In case compiler...
View ArticleForum Post: RE: Is this happening because of a silicon BUG?
Silicon bug of GIE for sure would be immediately noticed, so it is something else. Did you look at disassembly of while loop in question? How does it look like? In case compiler optimizations are on,...
View ArticleForum Post: RE: Is this happening because of a silicon BUG?
I am (also) not quite clear on what "hang" means precisely. But there do seem to be some holes in this logic: 1) The function takes care to maintain the GIE, presumably because it may be called with...
View ArticleForum Post: Configurate TimerA and P1.2 as input
Hello Everybody, this is my first project with the MSP430G2231 and I allready encountered a problem with the configuration. I want to use the Timer interrupt to generate an internal 10ms clock. So I...
View ArticleForum Post: RE: Is this happening because of a silicon BUG?
[quote user="FAB63476"]Somehow, the GIE bit is being disabled.[/quote]I was wondering if the MSP430 Enhanced Emulation Module (EEM) could be used to find the instruction which is unexpectedly clearing...
View ArticleForum Post: RE: Initializing UART1 on MSP430F449...
Hi Amanda! There are code examples you can use to get started. In your code there are a few things I don't understand. For example what has TAR to do with the hardware UART's baudrate setting? Have a...
View ArticleForum Post: RE: Is this happening because of a silicon BUG?
See "UPDATE" in my original post. The system "hangs" always in that loop. I realized that is there, because I stopped execution while debugging, and the only one task I have (LED toggle) is no doing...
View ArticleForum Post: RE: Is this happening because of a silicon BUG?
"But there do seem to be some holes in this logic:" ... probably. 1) Yeah. Right. Is not the case now, but I will check this later. 2) Right now I am not using LPM. But OK. Probably I should restore...
View ArticleForum Post: RE: Configurate TimerA and P1.2 as input
There is something wrong with the code that configures the pins. Which you have not shown.
View Article