Forum Post: RE: Cannot write to a .txt file
>EDIT: I now realise the MSP has no file system so wont work (if I am correct) Yes. You shall not confuse microcontrollers with microcomputers :) MSP is "bare metal" system, initially it has no...
View ArticleForum Post: RE: MSP-FET430UIF Firmware problem
My boss is asking that we downgrade the MSPFET to version 2 so that it will be compatible with IAR V5.2 which is what he currently has on his computer. Is there any way to do this without the chance of...
View ArticleForum Post: RE: MSP-GANG programming with BSL: overall result ok but actually...
[quote user="gorazd kovacic"] We experienced BSL is faster. Also we thought BSL was more reliable when considering long wires (50 cm). But yes, you're right, SBW should do the work just fine.[/quote]...
View ArticleForum Post: RE: MSP430 FRAM MCU Field Update throught USB
Don't see any reason for making simple things more complicated. Use BSL for updates. sustburbia.blogspot.co.uk/.../the-great-msp430-bootloader-swindle.html...
View ArticleForum Post: RE: printf issue on MSP430F5529LP
[quote user="Sreedev K25"] HI, I am trying to get debug messages on MSP430F5529 launchpad using printf. I googled a bit and got various articles but none have helped so far. I set CIO as required and...
View ArticleForum Post: RE: Problem with MSP430F5508IPT connecting bluetooth
Hi Soonyoung, First, make sure your UART pins are connected correctly (MSP430 TX -> BT module RX; BT module TX -> MSP430 RX). I've made some changes to your code and attached it below. Please...
View ArticleForum Post: RE: MSP430 FRAM MCU Field Update throught USB
Thank you for the links! BSL is good for technically skilled users, but we want our application to be convinient for all users. USB Serial converters require separate software for the end-users, and...
View ArticleForum Post: I am in need of a parameter file for programing Texas Instruments...
I am in need of a parameter file for programing Texas Instruments MSP430F2012 chips with my Renesas PG-FP5 any help would be appreciated
View ArticleForum Post: RE: MSP-FET430UIF Firmware problem
Brain, You cannot downgrade the MSP-FET to v2. You can only downgrade the MSP-FET430UIF. To use MSP-FET with IAR, you will need to upgrade IAR to a newer version that supports the MSP-FET . Mike
View ArticleForum Post: RE: Why PWM Timer not work correctly first time MSP430i2041 ?...
Thanks. I verified with your implementation, I am not sure if it works but what I remember is the same as my implementation. I will try tomorrow again and report if problem is solved. Thanks for active...
View ArticleForum Post: Backchannel UART Flow Control MSP432
Hello, I'm having problems to use flow control on the backchannel UART from MSP432 Launchpad. Basically, I keep RTS signal from the MCU high and send some bytes from the PC. The data arrives to the MCU...
View ArticleForum Post: RE: MSP-FET for MSP432 BSL
Hi David, I looked at the C file you posted. It looks like you're using Port0, Pin5 as the BSL invocation. Is that correct? So my question is: unlike the FR5969 (and other MSP's), if I get a blank...
View ArticleForum Post: RE: MSP-FET430UIF Firmware problem
Ok i'll let him know. Thanks again for all of your help!
View ArticleForum Post: RE: weigh scale design
Hi Sebastian, I would suggest you look at TI Designs, our reference design library. www.ti.com/tidesigns For example this might be applicable to your application: http://www.ti.com/tool/TIPD188
View ArticleForum Post: RE: EVM430-F6779 reset calibration factor from 0
Kyle, We are looping a member of the ownership team for this EVM, he should be in touch shortly.
View ArticleForum Post: RE: SysTick_setPeriod ( uint32_t period ) function in DriverLib...
Neeraj, Which value are you using that it is not working at? What is your MCLK frequency? The register you want to write to for relaod is STCVR, so you could do SysTick->VAL = 0; //or something...
View ArticleForum Post: RE: Backchannel UART Flow Control MSP432
I'm not really familiar with this XDS100 emulator - mostly using other Cortex M boards like the TM4C launchpad and competitor products. But it sounds like you are using a VCP (virtual COM port)...
View ArticleForum Post: RE: What is the maximum baud for the backchannel UART on the...
Thanks for the pointer Chester. I'm pretty sure my problem isn't with any of the terminal programs mentioned, because: 1) I'm using Ubuntu Linux. 2) I've used several different terminal programs. 3)...
View ArticleForum Post: RE: SysTick_setPeriod ( uint32_t period ) function in DriverLib...
It could also be that you SysTick is too short, and your interrupts are too long and not completeing before your next systick. What do you mean by not working?
View ArticleForum Post: RE: SysTick_setPeriod ( uint32_t period ) function in DriverLib...
[quote]It could also be that you SysTick is too short, and your interrupts are too long and not completeing before your next systick.[/quote] Or, the interrupt handler is missing at all. BTW, the...
View Article