Forum Post: RE: text file to msp flash
In that case, it will be more practical to copy that text file to a USB Flash Drive. Why do you want to copy it to the Flash of a a MSP chip instead?
View ArticleForum Post: RE: Timers and PWM - MSP430G2553
In your reply to AMIT, you said "I am going to try the same thing like you .." Well, in AMIT's code, P2.1 and P2.2 have identical waveform. Thus all 4 arms of your H bridge will be turned on at the...
View ArticleForum Post: RE: MSP432 Maincode debugging with a Bootloader loaded
Thanks James for the suggestions, removing the additional linker information for bootloader and maincode unfortunately did not yield any different results however. After some further examination of the...
View ArticleForum Post: msp4305529 launch pad microphone ADC input error
I'm trying to make msp430f5529 launchpad read audio signal from microphones. I'm testing these two mics: 1) https://www.sparkfun.com/products/9868 2) https://www.adafruit.com/products/2716 When I test...
View ArticleForum Post: RE: Interfacing ESP8266 and MSP430F5529LP
Hi! This is a nice example. But I think it has some problems. I am connecting the same way with normal cables. But if I do not use jumpers on both TX and RX pins, then the serial monitor has no...
View ArticleForum Post: RE: MSP432 COMP C1.0 input at Vcc
Found my problem P6.7 blow port, did a simple test by configure the port for P6.7 as and output then toggled the port between 1 & 0, 1= 3.0v while a 0=1.2V confirmed a blow port Thanks for...
View ArticleForum Post: RE: MSP430FR4133 Support required
Hello Pradhan, 1. The distance between the PAD and MCU should be as short as possible to minimize Ctrace, which is a form of parasitic capacitance. Higher parasitic/steady-state/baseline capacitances...
View ArticleForum Post: RE: MSP432 LaunchPad V2 with EDUMKII running Keil uvision V5.20...
Hi Morris, First, lets make sure that your HW is working correctly and the easiest way to do this is with the CCS cloud tools (dev.ti.com). 1. Go to dev.ti.com/.../ and import " BOOSTXL-EDUMKII...
View ArticleForum Post: RE: What effects does debug under CCSv5 with SBW connections have...
Thanks to you both for replies. I upped clock to 8 MHz with no change in symptoms, and 'scope shows no noticeable difference in UART Tx data in CCS/SBW mode vs standalone. Processor is in LPM3 during...
View ArticleForum Post: RE: BUG -std=c++14 is not accepted with GCC compiler
Moving to the TI C/C++ Compiler Forum for expert support and awareness. Regards, Ryan
View ArticleForum Post: RE: BSL question on MSP430FR6972
Hi Blake, To get started, I'd recommend connecting to the device through the pins of the BSL Connector. Note that if you plan on using the BSL Tool/Connector with an external supply, you'll need to...
View ArticleForum Post: RE: What effects does debug under CCSv5 with SBW connections have...
[quote user="Doug Lochner"]Regardless, I'd be interested in an app note or some-such that indicates how the debug tool (MSP-FET430UIF) and SBW and JTAG each interact with the processor.[/quote]The...
View ArticleForum Post: RE: MSP432 RTC Interrupt
Hi Luca, Yes this is possible. The easiest way is just to enable the RT1PS interrupt. Please take a look at the Technical Reference Manual Section 18.2.6 Real-Time Clock Interrupts and let me know if...
View ArticleForum Post: RE: BSL question on MSP430FR6972
As a follow-up, could you describe the setup for the host interface? For the software, I'd suggest using the BSL Scripter and for the hardware, I'd suggest using the MSP-BSL (Rocket) or MSP-FET . Now,...
View ArticleForum Post: RE: What effects does debug under CCSv5 with SBW connections have...
[quote user="Doug Lochner"]Processor is in LPM3 during UART activity and interrupts come at 44 uS rate (11 bits at 4 us each).[/quote]The MSP430x5xx and MSP430x6xx Family User's Guide SLAU208O contains...
View ArticleForum Post: RE: MSP432 RTC Interrupt
ok i'll read the manual. Could i have A simple example of this interrupt? led on off every X seconds. Thanks Luca
View ArticleForum Post: RE: MSP430FR4133 Support required
Pradhan, The noise situation you have described appears to be related to conducted noise as described in IEC6000-4-6. The pinOsc technology does not provide any mechanisms within the measurement to...
View ArticleForum Post: RE: MSP432 LaunchPad V2 with EDUMKII running Keil uvision V5.20...
Hello David, Thank you for the update. I see data on the LCD from the cloud Accel. example, yea! I'm using the red v2.0 msp432 launchpad. I've downloaded the cloud project and will compare with my...
View ArticleForum Post: RE: What effects does debug under CCSv5 with SBW connections have...
Chester, that's a very informative post! Changing to LPM1 (a mode not cited in the topic you included) was a trivial code change. After only a few minutes of test, so far the device now works as...
View Article