Forum Post: RE: MSP430F149: Synchronization error.
Hi, I'm not familiar with the board you are trying to program so please excuse me if I make any wrong assumptions. When using the MSP-FET , it enumerates on my PC as follows: I don't see this...
View ArticleForum Post: RE: CCS/MSP432P401R: Sharp lcd display on msp432
Hello, Have you looked at this example? dev.ti.com/.../ The emphasis is the capacitive touch io, but it does also use the SHARP booster pack and may provide some insight to the settings. Chris
View ArticleForum Post: RE: MSP430F6659: EEPROM page read/write cycle is slow
[quote user="Ryan Brown1"]Try increasing your CPU frequency as well or use SPI + DMA to automatically transfer the entire page.[/quote] Using page mode is most important because per datasheet single...
View ArticleForum Post: RE: MSP430F5528: The fall time of my I2C, SCL and SDA signals are...
[quote user="Roy Nordstrom1"]The part that has me worried is that the lower 12 bits seem to be noise.[/quote] This is easy to test. - Short both inputs and see what is coming out of ADC. Did you do all...
View ArticleForum Post: RE: Compiler: MSP430G2553 and a GAS sensor MQ-6
Hi Alexandra, I'm glad I could help. For your question about LDOs, it looks like you are using 2 TI voltage regulators. However, I'm not really the right person to answer this - you may want to try...
View ArticleForum Post: RE: CCS/MSP430F5438A: Run MSP430 User Experience Demo Code on...
Hi Alex, That sounds like either there is something off about the contrast like you mentioned, or the LCD hardware has a problem. The main menu text is like this: static const char menuText[] = {...
View ArticleForum Post: RE: MSP432P401R: CS_setDCOFrequency driver function does not...
Hi John, This is what I was missing. For some reason, my code worked on the rev B board without setting the pwcm_vcore1 and the wait states. Thank you for the help! -Edgar
View ArticleForum Post: RE: MSP-EXP430FR6989: OutOfBox Demo LCD HAL C code
Hi Kenneth, Thanks for posting! If you see Figure 8 LCD Segment Layout, as well as Table 3 LCD FH-1138P Segment Mapping in the MSP-EXP430FR6989 Launchpad User's Guide www.ti.com/.../slau627 , you can...
View ArticleForum Post: RE: MSP-EXP430FR6989: OutOfBox Demo LCD HAL C code
Hello Kenneth, On the MSP-EXP430FR6989 LaunchPad User's Guide ( http://www.ti.com/lit/ug/slau627a/slau627a.pdf ) Table 3 on Page 12 there is a list of the LCD segments for each Digit. On there, each...
View ArticleForum Post: RE: CCS/MSP430I2041: Load Program Error CCS 6.1.3 - MSP-FET430UIF
Cameron, We did the following experiments on the 6-layer board: 1) To isolate the SBW layout, we lifted the pins 15 & 16 and wire direct to Flash emulator, same error 2) We also lifted pin 13 (VCC)...
View ArticleForum Post: RE: MSP430FR5969: BSL-scripter tool not working with MSP-FET
Thanks for your response. For code protection I was thinking of locking out JTAG (lock without password) and then using BSL to mass erase in case I need to reprogram (which also resets the JTAG lock)....
View ArticleForum Post: MSP432P401R: [MSP432] P5.6 TIMER_A2 hgih frequency PWM generation .
Part Number: MSP432P401R [MSP432] P5.6 TIMER_A2 hgih frequency PWM generation . Hi, I have to generate various PWM frequencies through P5.6 from 1Hz to 3MHz but I can't generate frequencies more than...
View ArticleForum Post: RE: CCS/MSP432P401R: MSP-FET for MSP432P401R, A customer has...
Hello Chester Gillon, With inserting the Hard Reset command into the gel file as you say, these troubles, 1) and 2), have resolved. Thank you very much for your information. Best Regards, Kazuo Yamauchi
View ArticleForum Post: MSP-EXP430FR5994: Kentec QVGA Display BoosterPack with...
Part Number: MSP-EXP430FR5994 I am trying to get some example code for the Kentec QVGA Display BoosterPack ( BOOSTXL-K350QVG-S1 ) to work on the MSP430FR5994 LaunchPad ( MSP-EXP430FR5994 )....
View ArticleForum Post: RE: CCS/MSP432P401R: MSP-FET for MSP432P401R, A customer has...
Hello David, #1 and #2 troubles are resolved by the information from Chester Gillon. But unfortunately, #2 PCM trouble partially remained in the case of Restart. After Restart, LDC_VCORE1 status is set...
View ArticleForum Post: Kentec QVGA Display BoosterPack with MSP430FR5994 LaunchPad
Part Number: MSP-EXP430FR5994 This is a simplification of my prior question. I took a working project example for the MSP430FR5994 and added the HAL for the Kentec QVGA display from the...
View ArticleForum Post: RE: MSP430 USB Descriptor tool for Linux
Hello Arthi, I have been struggling with the same issue for weeks now, I just cannot start it. I am running Ubuntu 16.04, the most recent Java (openjdk version "1.8.0_111"), the descriptor tool is...
View ArticleForum Post: RE: CCS/MSP432P401R: Sharp lcd display on msp432
Hello Chris, I have looked at the example. We implemented that project and are successful. Thank you. Nikitha
View ArticleForum Post: RE: MSP-GANG: MSP-gang.dll 64bit version
Is there any plan in creating a 64bit library for the MSP-Gang so that we have an option to use 32-bit or 64-bit ? Thanks, Martin
View ArticleForum Post: RE: MSP430FR2311: MSP430FR2311 - buffering an analog signal
Hi George, Yes, Configure SAC-L1 for Unity-Gain Buffer Mode. Send SMT microphone output into OA0+, connected OA0- with OA0O from external, then output the buffered signal from OA0O to filter. There is...
View Article