Forum Post: RE: MSP430F4152IPMR Programming Issue
James, it is NOT the firmware change. 1) Programming and debug work fine for them using the same model programmer MSP-FET and SPI-BIwire. 2) I cannot program ANY firmware including the production...
View ArticleForum Post: RE: MSP430FR2433 low power UART from ACLK?
I used the following command: __bis_SR_register(LPM4_bits); I agree, in LPM4 the MCU should be possible to wake up only from external interrupt. I verified the power consumption with LPM4 and global...
View ArticleForum Post: RE: MSP430FR2433 low power UART from ACLK?
>I will try setting SMCLK to 1MHz for UART but I need to set it back to 8MHz for SPI. So before for(i = 0; i < txLength; i++) loop you shall change MCLK (not SMCLK) to 1MHz and after - restore to...
View ArticleForum Post: RE: Vibration Analysis : In FFT, What is the Input and Output...
[quote user="James Evans"]Regarding the FFT, the magnitudes across the frequency domain can be correlated back to the amplitudes of the accelerometer signals[/quote] Basically it means: you shall...
View ArticleForum Post: RE: MSP430F4152IPMR Programming Issue
Can you try using the MSP-FET with a different computer (may require a fresh installation of CCS, which may be another good thing to try)? Also, can you share screenshots of the errors you're seeing?...
View ArticleForum Post: RE: MSP432 load out fail.
To just erase the Flash, you can use UniFlash , as discussed here . Also, to enable the erasure of the Main and Information memories before object code download (Project → Properties → Debug → MSP430...
View ArticleForum Post: Interfacing MSP430F5529 with MAX5392 via I2C
Hi, Using I2C I want to transmit PWM data from the MSP430 (master) to MAX5392 (slave) and based on the data received, develop desired output resistance by MAX5392. Sorry I am new with I2C and don't...
View ArticleForum Post: MSP432 (Error -260 @ 0x0) - An attempt to connect to the XDS110...
To whom this concerns, I have an issue connecting to my launchpad. I'll layout the scenario below: I've had no issues connecting to my launchpad until a friend of mine connected my board to their...
View ArticleForum Post: MSP430FR5994, CC4000,GSM MODULE
HI, I am working on a project which sends its gps location through gsm module and also send body temperature and two more features through gsm. I would like to know if i have chosen correct...
View ArticleForum Post: Stuck doing memset before entering main
My target is based on MSP430G2955 . I am using CCS 6.2.0.00050 with mspgcc. Compilation is optimized with -Os and -O1. I'm guessing that globals are being initialized by a call to memset even before...
View ArticleForum Post: RE: Stuck doing memset before entering main
[quote user="Arvind Padmanabhan"]Problem is that target gets stuck inside memset. It's always within memset.[/quote]It could be that time taken initialize the globals means the watchdog fires before...
View ArticleForum Post: RE: Is there a way to run code on MSP432 Launchpad without...
[quote user="Lunatic911"] Does anyone know something I might be missing, or is this not possible with the Launchpad?[/quote]Are you using the TI or GCC ARM compiler? E.g. if the GCC compiler is used...
View ArticleForum Post: RE: Stuck doing memset before entering main
Awesome. It solved my problem. Added this code as noted in the other reported issue: // disables the watchdog between the __start() and the __crt_0init() __attribute__...
View ArticleForum Post: RE: Interfacing MSP430F5529 with MAX5392 via I2C
Why do you think you need PWM? The MAX5392 want a simple binary value. What is the actual problem you're trying to solve?
View ArticleForum Post: RE: Command line flasher and drivers under Windows 10
Hi Katie. Thanks for the responses. Sorry to be so long answering, but I had to be away for a while. So let me be sure I understand. This would be for me and a number of others who have the Launchpad...
View ArticleForum Post: Your opinion about CapTIvate use case :)
Hi guys! Let's see what is your opinion about this use case :) At the beginning, I thought "yes, this can be easily done with CapTIvate" but now I have started and I am not sure about the best way to...
View ArticleForum Post: RE: problem with macro for register access
Thanks for all Ryan and Clemens, I thought the memory model implies code or memory to be restricted to 64k then the compiler do not need dedicated extended instruction. The optimization settings I...
View ArticleForum Post: Interfacing MSP430 with MMC
Hello there I'm working on a project where my MSP430 measures a variable and saves it to a memory storage chip. For the storage I've been considering using an MMC. The question is: How can I save my...
View ArticleForum Post: RE: Your opinion about CapTIvate use case :)
When standard library does not match your needs, you always have option to write yours.
View ArticleForum Post: RE: Your opinion about CapTIvate use case :)
Good opinion. Anybody else? :)
View Article