Forum Post: RE: USB not recognizing for MSP430F5529
Hi Ryan, I did the changes in my hardware but i am getting this please see the attachment Thanks in advance
View ArticleForum Post: RE: USB not recognizing for MSP430F5529
Hi Arthi, Is this really neccessory to connect VUSB pin to After the BSL Switch.If i provide 3.3V to BSL Switch is there any problems? Thanks in advance
View ArticleForum Post: RE: APA434R01 from RF430F5978EVM
if i try to start Chronos data logger with my AP434 - the program "say": No USB RF access point detect ... if i load chronos firmware, my RF430F5978EVM dev. kit can't connect AP434
View ArticleForum Post: RE: MSP432 8-bit and 16-bit SPI Framing support
May I also participate? Look at SPI implementation on the CC3200 . It has some significant enhancements: - Selection of SPI word lengths at 8, 16, and 32 bits; - Multiple SPI word access with a channel...
View ArticleForum Post: Emergency restore of MSP432 emulator
Hi, I'd like to know is it possible to reprogram emulator side (TM4C129) of MSP432 (using maybe another MSP432 board) in case USB connection is lost due to unsuccessful reprogramming of an emulator?...
View ArticleForum Post: RE: Debounce program using RTC timer
There's a similar case with the RTCIFG: You should clear the IFG before you start waiting for the RTC: RTCIV = RTCIV_RTCIF ; // clear stale IFG = 1", in case the switch bounces very fast. (b) The...
View ArticleForum Post: RE: MSP432 8-bit and 16-bit SPI Framing support
What Alexey said, plus: If "framing" is intended to mean "the transaction length supported by the Master-side automated-/CS" (see also: UCSTEM), why limit to 8/16-bits? I've seen very few SPI slaves...
View ArticleForum Post: RE: visible Light communication
Some time back, the IEEE was developing a visible-light-based protocol. Something in the 802.15.x series as I recall. Last I looked they were still mulling over it, but maybe there are some ideas there...
View ArticleForum Post: RE: MSP430 disabling the MPU
Thanks Cameron, Disabling the MPU fixed the problem.
View ArticleForum Post: RE: Debounce program using RTC timer
THANK YOU!!!! You were right. Clearing the flag for RTCIV solved my problem. I can't thank you enough. I have been trying to create a debounce code for months. Thanks, Bruce! You are on my Christmas list!
View ArticleForum Post: RE: 5510 USB RAM BSL not backward compatible among die revisions
Why you are using BSL and not SBW? Unfortunately, if you want to have USB BSL for device firmware update (blown JTAG fuse) my advice is to build your own, as I did for MSP430F5510 (and other 5xx/6xx...
View ArticleForum Post: MSP430FR5949 Clock Speed
Hello, I am working on a project for a class and I am using an MSP430FR5949 . One of the parts that I am working on is a siren so I'm trying to output a sine or sawtooth wave to a DAC and then to a...
View ArticleForum Post: UART in MSP430f5529LP
Hi, I have one MSP430F5529 Launch Pad. In the data sheet it is mentioned that it has two UART. One is accessible at PORT3 at pin 3 and 4. But when I am going for other UART it is available at PORT4 on...
View ArticleForum Post: RE: msp430G2231 enabling spi from timer interrupt.
Hi Bruce I use it at the beginning USICTL0 = USIPE7 + USIPE6 + USIPE5 + USIOE; // Port, SPI slave For some reason the ISR is invoked although USISWRST is HIGH (USICTL0 |= USISWRST;) It shouldn't have...
View ArticleForum Post: RE: MSP430G2553 Training Videos - broken link?
The links should now work. Thanks for pointing out that they needed to be updated.
View ArticleForum Post: Does MSP-EXP430G2 emulator (eZ430) supports MSP430F6659 device?
Hi, i want to know if MSP-EXP430G2 debugger (eZ430) supports MSP430F6659 device? and how i have to connect to debug it. Thanks
View ArticleForum Post: RE: msp430G2231 enabling spi from timer interrupt.
I'm having a little trouble sorting out what your symptom is. USIIFG is set at (MCU) Reset, so I'm not very surprised that setting USIIE without writing something to USICNT would trigger the ISR. You...
View ArticleForum Post: MSP432P401R Rev-C, how to set low power mode with MSP-FET
Hello, With using XDS100v2, I can debug LPM3.5 APP setting CCSv6.2 as low power mode. But in case of MSP-FET , I can’t debug low power mode, MSP432P401R act as like as LPM3, doesn’t execute LPM3.5...
View ArticleForum Post: RE: MSP430 USB Field Firmware Update Process
Alexander, The MSP430 doesn't go into BSL mode automatically when a USB cable is plugged in. You have to detect this condition in your application and then make the jump into the BSL code. It might...
View ArticleForum Post: Launchpad MSP432P401R and Boosterpack EDUMKII - Error in...
Hi, I'm trying to run the example "MicrophoneFFT" using the Launchpad MSP432 and EDUMKII. My first test was using the CCS Cloud, but some troubles occured. Reading this topic (...
View Article