Forum Post: RE: User USB issues with MSP-EXP432P401R board
Boaz, Are you perchance using an USB 3.0 port? We have seen some issues when connecting to these.
View ArticleForum Post: RE: Final image size for MSP430fr5969 in IAR
For example, here is such a text file: @4400 31 40 00 1C B2 40 80 5A 5C 01 84 00 00 F8 3C 40 FE FF 44 13 3C 40 7E FF 44 13 84 00 00 FC 3C 40 FE FF 44 13 3C 40 7E FF 44 13 84 01 00 00 3C 40 FE FF 44 13...
View ArticleForum Post: RE: MSP430FR6972 ADC+DMA issue
HI Caleb, after more testing we found another issue. It seems like ADC stalls after working for some cycles and then DMA doesn't work anymore. Searching through forum posts, I found this (...
View ArticleForum Post: RE: Question Regarding JTAG and SPI interface to MSP430G2553 20...
Thank you for this Information. I am convince with it. So 2 wire JTAG can also do debugging as same as 4 wire JTAG. Only drawback is 2 wire JTAG is quite slow. I like TI documents very much. I always...
View ArticleForum Post: RE: How to upgrade/load firmware on factory production board/...
Hi Jace, The referred page is not available. How TI evaluation/target boards invoke the USB BSL for the application loading? My board once come from assembly we need to do the application/firmware...
View ArticleForum Post: MSP430 is not programming using MSP-FET
Hi, One of our MSP430F5659 custom made board is not programming using MSP-FET what could be the issue. All the boards are working fine. Is there any way i can erase the flash? Could be BSL is...
View ArticleForum Post: RE: Question Regarding JTAG and SPI interface to MSP430G2553 20...
I think you will not notice the difference in speed. I would definitely go for 2-wire SBW. Dennis
View ArticleForum Post: RE: User USB issues with MSP-EXP432P401R board
Thanks for pursuing this :) No, I'm not using USB 3. I believe the issue only manifests when Code Composer is running, not necessarily in active debug mode, but simply being up. So a basic scenario and...
View ArticleForum Post: RE: Two Timers running parallel in MSP430F5529
I wonder if your code works at all. You do not have ISR for TIMER0_A1 nor for TIMER0_B1 yet you enable those interrupts. Also, what is the point of toggling the output register for P1.0 or P3.0? They...
View ArticleForum Post: Can I force a software generated reset, MSP430FG6625
On the data sheet I see pin 96, RST(active low) listed as "I/O". Is it possible to write to this pin and force a reset. We have external hardware hooked up to this that needs to be reset. I tried a...
View ArticleForum Post: msp430 GCC startup source code
I'm using GCC and trying to figure out a way to solve USCI28 issue. For that I wanted to create a custom startup code that would allow me to optimize startup and add the things I need. Where/how can I...
View ArticleForum Post: RE: Can I force a software generated reset, MSP430FG6625
You cannot write to the pin as an output. You need to hook your external hardware to a GPIO pin and use that to reset the external hardware.
View ArticleForum Post: RE: MSP432 I-code and D-code flash read from same address
Have my suggestion answered your question?? ? If not, could you please follow up, otherwise, I will close this thread (you can reopen it later if needed).
View ArticleForum Post: RE: Question Regarding JTAG and SPI interface to MSP430G2553 20...
Come to think about it, MSP-EXP430G2 LaunchPad may not be the best choice. There are other LaunchPads with ezFET. They are not as cheap as G2 LP, but not expensive either. I have seen ezFET lite on a...
View ArticleForum Post: RE: msp430 GCC startup source code
[quote user="Gennadiy Kiryukhin"] I'm using GCC and trying to figure out a way to solve USCI28 issue. For that I wanted to create a custom startup code that would allow me to optimize startup and add...
View ArticleForum Post: Differences between the XMS432p401r REV C and msp432p401r REV C
I've looked at the errata for the msp432p401x parts and they talk about the XMS432P401R rev B vs. the MSP432P401R Rev C. But no where that I can find is the XMS432P401R Rev C talked about. I've...
View ArticleForum Post: Can’t download the MSP430-HAPTOUCH-SDK from...
Hello, Our customer has asked that clicking “Request” on this SDK website doesn’t work well, jump to support page. I’ve confirmed the same trouble. Please examine this website or let me know the URL to...
View ArticleForum Post: RE: MSP430 HID Datapipe detection delay in Android
Hi Arthi, My MSP-EXP430F5529 arrived today. I was able to get the H5 demo app to run on it successfully. I loaded the TI MSP430 HID 1.0 app on my tablet (a Samsung Galaxy Tab S2 running Android 6.0.1)....
View ArticleForum Post: Does the MSPDebugStack support msp432 parts?
Does the MSPDebugStack support msp432 parts?
View ArticleForum Post: RE: msp430 GCC startup source code
It is written in assembly and probably named crt0 or something like that.
View Article