Forum Post: RE: flashing the my application code to MSP432P401X Launchpad...
Hello Ryan, still my doubts persists so better I explain what i did 1.First I just flashed the bsl code source (Available in TI site )to my MSP432P401R launch pad using debugger (without modifying...
View ArticleForum Post: RE: Is there a way to run code on MSP432 Launchpad without...
Thanks for the replies. I still haven't gotten my code to work off the debugger yet, but I've been away from it for a day or two now. I have went back to the example projects and gotten the BlinkLED...
View ArticleForum Post: RE: MSP-Gang not locking JTAG properly on FR6989?
Hi Phil, I have now confirmed with the design team that the device will still be locked if only the JTAG signature 1 is written with 0x5555, but it is still best practice to use both. We are currently...
View ArticleForum Post: RE: Error Flashing MSP432 Rev 2.0
Antonio, I do not have the older version and therefore could not recreate. Have you updated the system and startup files, also it may be helpful to delete and re-install the cloud agent. Let me know if...
View ArticleForum Post: RE: MSP430F5255 PMM Errata
Hello KoT, A1) When a device get s anew revision, each errata is looked at and evaluated if it will be fixed/included with the new revision. Several factors go into this decision at the time. That...
View ArticleForum Post: RE: Silicon (?) problem with MSP430F2617 rev H temperature sensor
Have not tried swapping the chips yet. Next on TODO list. I understand your concern about correct programming of ADC registers. Here is decoded register dump from the same unit/chip during temperature...
View ArticleForum Post: SDSPI and SPI bus communication on MSP432 getting stuck in while...
Hi Team, The project that I am working on needs to read from SD card to MSP432 using the SDSPI communication driver and then write the same data to CC1310 using the SPI communication bus. Both the...
View ArticleForum Post: RE: flashing the my application code to MSP432P401X Launchpad...
Bala, UART BSL RXD/TXD is on P1.2/P1.3, RSTn must also be connected and the selected pin (BSL hardware invoke parameters of the boot override flash mailbox) must be logic high to commence the proper...
View ArticleForum Post: RE: Error Flashing MSP432 Rev 2.0
No, I haven't updated the system and startup files ( as i thought it would be good to go, but i can if you think it is needed, just point me in the direction). I Re-installed the cloud agent, still the...
View ArticleForum Post: RE: Silicon (?) problem with MSP430F2617 rev H temperature sensor
OK, we swapped the CPU chips and the problem followed the chip. Bad chip is marked: 4CC459TG4 M430F2617T REV H Good chip is marked: 07CL93TG4 M430F2617T REV F Note that not all chips from latest build...
View ArticleForum Post: Repeated start in msp430f5229
Hi All, We are currently trying to generate repeated start using existing MSP430 driver library. We have a AD9393 module in one of the MSP430 I2C bus. AD9393 read works as follows. 1. Start signal 2....
View ArticleForum Post: RE: Repeated start in msp430f5229
I haven't yet encountered an I2C slave that insisted on a Repeated Start (vs Stop/Start) between a write and a read. Such a device would be designed to forget its transaction state on a Stop, and the...
View ArticleForum Post: RE: MSP430FR6972'RTC_C temperature compensation question
Hi Ryan, Thank you very much for your advice. I'm trying to use a timer to measure mill/microseconds . best wish Jent
View ArticleForum Post: RE: Problem with i2c, msp430f5529
Have you configure the associated pins to I2C mode?
View ArticleForum Post: RE: MSP430F higher voltage than spec on I/O pin
It is risky if 15V is applied before pull-down resistor gets enabled. Why not using an transistor to protect?
View ArticleForum Post: Standard Peripheral library for MSP430FG4618?
I am using MSP430FG4618 Experimenter's board. Is there any library for that microcontroller? I looked at MSP430Ware, and it seems that only libraries for MSP430F4XX are missing.
View ArticleForum Post: RE: MSP430F higher voltage than spec on I/O pin
The other concern would be power dissipation through the internal resistor. Given the nominal cost and board real estate incurred by adding an additional external resistor for the divider, using the...
View ArticleForum Post: How do you start MSP430Ware?
I downloaded and installed MSP430Ware_3_60_00_10_setup.exe file. I run Code Composer Studio 6.2, and finished installations. Now, How can i run MSP430Ware? I could not find any execution program in the...
View ArticleForum Post: RE: Reading battery voltage
Hi Dennis, I am trying to add a simple feature to this code but I am not able to get the proper signal. Would you please help me with it and walk me through why what I do does not work. What I want to...
View ArticleForum Post: RE: Scenario CCS6.1.3 MSP-FET MSP-TS430RGZ48C (SBW mode) with...
[quote user="Viggo Joergensen"]debugger cannot access target with external or internal supply at 1.80V[/quote] There is no way to enter SBW / JTAG mode on FR devices with 1.8 VCC. It is not related to...
View Article