Forum Post: RE: Cannot get a response from MSP430F5342 in BSL
Hi, I found some part of the documentation regarding timings confusing. The part is: SLAU319L says: "The BSL program execution starts when the TEST pin has received a minimum of two positive...
View ArticleForum Post: RE: about chronos watch from TI
Hello Mohammad, All information about the Chronos watch can be found in the following links. Software downloads are located near the bottom of the first link. http:/.../ez430-chronos...
View ArticleForum Post: RE: Cannot get a response from MSP430F5342 in BSL
(1) The timing requirements you quoted is for SBW operations, not for BSL entry sequence. (2) When neither of the LEDs are on, it means the CPU is not executing your code. It could be running the BSL...
View ArticleForum Post: RE: CapTIvate - Filtering and latency of position data for slider
Hi Yuji, We are working to add information on this in upcoming revisions to the CapTIvate Technology Guide. The actual time will vary depending on factors such as how many elements are in the slider,...
View ArticleForum Post: RE: TIDM Source File missing in metrology library?
Hi Jeff, Please take a look at Jens-Michael Gross' post to see if that will help you find the source files: e2e.ti.com/.../1287402 Here is the link for the MSP430 Energy Library:...
View ArticleForum Post: RE: Implementing custom Boot loader for MSP430F5438A
Hi Jeetesh, Yes, you can modify the firmware in the BSL area on F5xx and F6xx devices (including your F5438A). Please take a look at our MSP BSL Tools page for some reference materials. One thing to...
View ArticleForum Post: RE: Is the MSP432P401R Launchpad already available in RevC silicon?
Oh, my proposal was so shallow. I'm sorry for that. Regards, Alexey
View ArticleForum Post: RE: CapTIvate MCU Development Kit.
"java –Djava.library.path=. –jar" command not found
View ArticleForum Post: RE: [MSP430 Launchpad] TI-RTOS with FatFS
Further to Akash's message, the list of compatible MCUs is here:...
View ArticleForum Post: How to connect MSP430 to a PC serial port for UART communication?
I've got a custom board with an MSP430FR5969 connected to a MAX3221EIPWR RS232 transceiver on the eUSCI_A0 UART pins (P2.0 and P2.1). I'm using the "msp430fr59xx_euscia0_uart_01" example program to...
View ArticleForum Post: RE: CapTIvate MCU Development Kit.
What is the equivalent command on Linux?
View ArticleForum Post: RE: Cannot get a response from MSP430F5342 in BSL
Hi, To figure out if the problem is with the sequence or the BSL, I have modified the code on the F5342 to simply call the BSL by using the following code: __disable_interrupt(); ((void...
View ArticleForum Post: RE: ADC of msp430
Hi Usman, In the future, please use the SyntaxHighlighter tool when pasting code so it's easier to read. I modified your original post to have that. Here we have some example code for continuous data...
View ArticleForum Post: RE: msp 430 gdb
Hi Charles, A couple of additional details: The GCC installer that I downloaded was msp430-gcc-full-linux-installer-4.0.1.0.run , from the TI web site. My computer is running Mint Linux, 17.2. The...
View ArticleForum Post: RE: MSP430F6749IPZ
Hi Gangaram, Please refer to the datasheet for the MSP430F6749 found here for more information on the pinout: www.ti.com/.../msp430f6749.pdf Pins 19 and 20 are VASYS2 and VASYS1 respectively. They can...
View ArticleForum Post: RE: Initialization of PWM
[quote user="chintan patel83"] Right , i am not use Output modes 2, 3, 6, and 7 are not useful for output unit 0. so how we config for other Output mode. I set the Toggle mode but it is blinking not...
View ArticleForum Post: RE: Cannot get a response from MSP430F5342 in BSL
According to what I read, you are correct. (But I have not used F5342 before and cannot verify that.) Is it possible for you to unlock BSL-Flash and inspect or dump the contents? (Using the debugger.)
View ArticleForum Post: RE: CC430 BSL Entry failed (MSPBSL Rocket or MSP-FET)
Hi Vincent, I tried replicating your issue using a EMCC430F5137900 and I also saw some problems. Basically, the entry sequence doesn't seem to work for some reason. Based on my tests, one option could...
View ArticleForum Post: RE: Kudos on Launchpad Workshop!
I see a recent update was made to the workshop - thanks for keeping it up to date with the latest msp430ware and CMCIS stuff!
View ArticleForum Post: RE: Cannot get a response from MSP430F5342 in BSL
I used the debugger to read the memory contents following 0x1000, which is the starting address for the BSL, and there appears to be a program there. Should I still try to reprogram the BSL with one of...
View Article