Forum Post: RE: all info memory block get erased on power on cycle
Hello, we are facing same problem as mentioned above. we are using MSP430f149 controller. In some of our products program get erased. we are trying very hard to solve this issue. Some products come...
View ArticleForum Post: MSP430F5529 - Error: No USB FET was found
So... I may have accidentally unplugged during an active debug (not 100% positive though as I was in a rush). But I am positive that the PC is now not "seeing" the MSP430. When I plug in the MSP430 it...
View ArticleForum Post: RE: How to build a Look Up Table with CCS 6.2 assembly code?
[quote user="Antony Chiang"] I will like to using Assembly code to build a Look Up Table for output a Sine wave, which complier is CCS V6.2. ;Look Up Table Start Address &0FFC0 . data 0C00H: 1024...
View ArticleForum Post: RE: MSP430F5528 rev. F issue with JTAG - doesn't work
[quote user="Valery Alexeev"] 3. We also tested rev. F sample at empty PCB , with only power and JTAG connector, without any other components . [/quote] I didn't try this (yet), but I guess that at...
View ArticleForum Post: RE: MSP430F67791A RTC issue
Hi Ryan, please find the attachment for schematic ,pcb layout, and intial code for RTC. thanks & regrds Dhiren(Please visit the site to view this file)
View ArticleForum Post: RE: MSP430F67791A RTC issue
please find the schematic and layout thanks & regards dhiren(Please visit the site to view this file)
View ArticleForum Post: How to awake the MCU from LPM3?
Dear freinds You may saw the piece of code that I am inserting below in other discussions, but I really need you help as I am stuck and not making any progress . I am doing using MSP430g3553 to...
View ArticleForum Post: RE: UART (USCI_A0) and SPI (USCI_B0) - Interrupt problems
How to use timer ISR to check for receive completion? Thank you
View ArticleForum Post: MSP-EXP430FR5994 + BOOST- CC2564 MODA
Is it possible to combine the Launch Pad MSP430-EXP430FR5994 with the BOOST. CC2564MODA Board for very low speed Bluetooth 4.0 communications like a Fitnnes Tracking watch?
View ArticleForum Post: Unable to load U-boot for AM3351 processor
Good afternoon, I'm following the guide http://processors.wiki.ti.com/index.php/Sitara_Linux_Training:_uboot_linux_debug_with_ccsv5 but I'm not able to load the u-boot program after loading the SPL...
View ArticleForum Post: RE: Please help in understanding an i2c program
Thanks Ryan and Su, that was really helpful. I noticed a small mistake which can be easily corrected. In fact, Su had already asked in the 3rd question [quote user="Su Jin"] Q. 3: done just a few lines...
View ArticleForum Post: RE: MSP430F5529 - Error: No USB FET was found
Have you tried to reboot you computer?
View ArticleForum Post: RE: How to awake the MCU from LPM3?
Your current code will get stuck at line# 274. The CPU will sleep in LPM3 most of the time. Occasionally, an ISR may be executed. But since none of your ISRs has a...
View ArticleForum Post: RE: all info memory block get erased on power on cycle
Do u erase/program flash in the NMI ISR? It is risky since power is no longer stable.
View ArticleForum Post: RE: Unable to load U-boot for AM3351 processor
I'll also add that in the CCS console window I see the following error message details, CortxA8: Trouble Writing Memory Block at 0x80800000 on Page 0 of Length 0x7ff0: (Error -1065 @ 0x3D5A) Unable to...
View ArticleForum Post: RE: How to awake the MCU from LPM3?
Thank you for your reply, But I am just commenting the code after line #276 in this version of code. I need it to continue (please ignore these comments) as the data should be taken care of the malloc...
View ArticleForum Post: RE: Minimum System question of MSP430FR6989
For "minimum", you can use by-by-wire i.e. Only TEST and RST pins (and VCC and GND) are required.
View ArticleForum Post: RE: MSP-EXP430G2 Launchpad
Hi can anyone let me know what is the trace width of the trace connecting R32 to LED2 on MSP-EXP430G2 Launchpad.
View Article