Forum Post: RE: MSP430G2744: Restarting the MSP430 periodically
A complete reset...Power OFF and ON.
View ArticleForum Post: RE: MSP430G2744: Restarting the MSP430 periodically
[quote]Currently they are trying to restart at a 50ms interval but the MSP430 hangs up in between..[/quote] Well - trying to force a hardware reset because they are unable to find the bug is actually...
View ArticleForum Post: RE: MSP430G2744: Restarting the MSP430 periodically
In general..is this kind of usage possible? Just in case we would like to know what could be the possible problems with restarting(OFF/ON) MSP at very short duration.
View ArticleForum Post: MSP-EXP430FR5739: using command line-flasher.exe runnin on WIN10
Part Number: MSP-EXP430FR5739 Hi there! For service I must reactive an older MSP-EXP430FR5739 . For the MSP-programming Eclipse & MSP-Toolchain is used as development-environment. These tools are...
View ArticleForum Post: RE: MSP430FG479: BSL GUI tool for FG4xxx
AFAIK, only BSL GUI is related to TI USB BSL. For non-USB BSL there is CLI BSL Scripter that should support all MSP430 devices with BSL. MSP430G2 LP can be used as BSL hardware base...
View ArticleForum Post: RE: MSP430G2744: Restarting the MSP430 periodically
Probably no physical harm, but a woeful design crutch. [quote]...they are trying to Shutdown ... but the MSP430 hangs up in between..[/quote] I would not go on with such a serious design issue...
View ArticleForum Post: RE: Global constructors in a C++ project with GCC on the MSP432
Dear Chris, were you able to reach the other resources? This is imho a pretty serious bug in the linker script, which should be fixed upstream, too. Cheers, Dan
View ArticleForum Post: RE: MSP430FR5989 / MSP430FR5986 current consumption issue over...
Hi Ivan and Ryan, Have you achieved to repeat the test with TI Dev Board in the climatic chamber? Have you had the same results as me? Our customer and us, we are getting worried about this issue...
View ArticleForum Post: RE: MSP-EXP430FR5994: MSP430FR5994 LaunchPad format sd-cart FatFs
Hi Andrey, Are you using the microSD card that's included in the MSP430FR5994 LaunchPad? If so, it should already be configured to the proper format. Thanks, Mitchell
View ArticleForum Post: MSP430F1491: Using the MSP430F1491 as a microcontroller for a PHY
Part Number: MSP430F1491 We are trying to use the MSP430F1491 as a microcontroller for a PHY communicating across MDIO and are wondering if there is any sort of API for CCSV6 or software support for...
View ArticleForum Post: MSP432P401R: MSP432 booting to c_int00
Part Number: MSP432P401R I'm running an MSP432 in bare-metal mode (no RTOS) and the linker is placing all code segments in flash. However, the bootloader does not by default seem to jump to c_int00 in...
View ArticleForum Post: RE: CCS/MSP432P401R: TurnOn Led by pushbutton
Hello, Also, adding to sgs comment, there are a couple of examples that you can use as reference. dev.ti.com/.../ dev.ti.com/.../ Hopefully this helps. David
View ArticleForum Post: RE: Using the ZC bit of MSP430X prefix words in MSP430-GCC...
I don't want to fall back to programming habits from the 70's... Use a macro. Or fix the assembler (it's open source).
View ArticleForum Post: RE: Using the ZC bit of MSP430X prefix words in MSP430-GCC...
[quote user="Clemens Ladisch"] I don't want to fall back to programming habits from the 70's... Use a macro. Or fix the assembler (it's open source). [/quote] Funky suggestion. How to fix the assembler...
View ArticleForum Post: RE: MSP430G2553: MSP430 & DS1307 Interfacing Issue
This is the expected result of a faulty connection between the LaunchPad and DS1307, or if the DS1307 is not being powered properly. Please make sure P1.6 is connected to the SCL and P1.7 to the SDA,...
View ArticleForum Post: RE: MSP-EXP430FR5739: using command line-flasher.exe runnin on WIN10
Hello Urmel, Can you download the newest version of MSPflasher? www.ti.com/.../msp430-flasher Also, it may help to re-install the newest USB drivers for the MSP-FET . I know we pushed an update to help...
View ArticleForum Post: RE: CCS/MSP432P401R: TurnOn Led by pushbutton
Thank you david it works for me a bit. what i can do further more to get details about it. i read datasheet . where i can find more programs fro this device?
View ArticleForum Post: RE: MSP430F248: MSP430F248 assembler: Enable Interrupts (EINT)...
Hello Lo2, From the looks of it it does sound like you are running into errata CPU19. Inserting NOPs after a CPUOFF instruction should solve your issue. When doing this in C code, the compiler would...
View ArticleForum Post: RE: MSP430F1232: EEPROM Endurance for high electro-maganetic field
Hello N.O. The MSP430F1232 does not have EEPROM, but has internal FLASH memory. The specifications for which are in the datasheet of the device.
View ArticleForum Post: RE: MSP430G2744: Restarting the MSP430 periodically
http://www.ti.com/product/tpl5111 Nano timers are used for power gating the Vcc. But LMP3 with 32K crystal is using less than 1uA and gives you a very accurate 50ms
View Article