Forum Post: RE: MSP430G2553 PWM accuracy issues
By the way, the acronym PWM is also being abused. You do not need the P ulse W idth to be M odulated and you are not doing PWM either. What you did was simply a frequency divider that divides an...
View ArticleForum Post: Please help a newbie! Drowned in futile attempts to switch on...
Hello people. I am new to programming at all. Please help, I have been writing an UART0 initialisation for A0 module (MSP432 launchpad). Everything went on fine, until I started trying to switch on...
View ArticleForum Post: RE: Reading a wrong byte in the SPI Rx Buffer
Nitesh, You need to first set the UCB0CTL1 bit 0 to 1 before making any change to UCB0CTLx UCB0CTL1 |= UCSWRST UCB0CTL0 |= UCMST+UCSYNC+UCMSB; UCB0CTL1 |= UCSSEL__ACLK; // ACLK UCB0BR0 = 24; // 1 MHz...
View ArticleForum Post: RE: Please help a newbie! Drowned in futile attempts to switch on...
You shall try to run source code example msp432p401_euscia0_uart_01 first, then modify it to match your needs.
View ArticleForum Post: RE: Please help a newbie! Drowned in futile attempts to switch on...
OK I will try it, thank you!
View ArticleForum Post: Pushbutton interrupt code MSP430FR4133
Hi. I am trying tot write a simple code that will turn on an LED when I push a button but something is wrong with my code and I can't figure it out. I am using the msp430fr4133 LaunchPad. Can you tell...
View ArticleForum Post: RE: Executing interrupts during Flash read/write
[quote user="Agustin Villavedra"]Moving the interrupt vector to RAM should do it, but is it possible/safe to enable interrupts during flash operations?[/quote]As a learning exercise created a test...
View ArticleForum Post: RE: Reading a wrong byte in the SPI Rx Buffer
Hi Viney, Thanks for the reply. i am able to read the ADC count from ADS1292 channel 2 using 1Mhz SPI clock. ADS1292 has internal clock of 500KHz and sampling @ 500SPS. My only problem is i am seeing...
View ArticleForum Post: RE: MSP430FR5949 UART Not Sending
Hi Reid, It's been a few weeks since we last heard from you so I will be closing out the thread. If my above post answered your question please hit "Verify Answer," otherwise, if you still have...
View ArticleForum Post: Interfacing MSP-EXP430G2 LaunchPad Development Kit with MSP430AFE253
I have already asked the same query as mentioned below on live tech support, however, I would like to confirm if someone has previously tried using this before: Can the MSP-EXP430G2 LaunchPad...
View ArticleForum Post: I am using standard function to configure clock source for...
I am using following function to initialize system clock for msp430f5247 . It seems it got stuck in a second while loop as shown below. void Init_FLL(uint16_t fsystem, uint16_t ratio) { uint16_t d,...
View ArticleForum Post: RE: CCS Cloud compilation output understandable
Thank you very much, Charles O. I think it's problems of compilation commands. It has no problem when I try to build the project on Code Composer Studio. Su
View ArticleForum Post: MSP430G2553IRHB32 POR problem
Application using a MSP430G2553IRHB32. On/off power (VDD) is controlled directly by contacts of a rotary switch. When the switch goes into an 'off' position (power removed), VDD decays to the POR 1.6V...
View ArticleForum Post: What is the difference(s) between the MSP430FR5969 and...
Can anyone tell me where the difference(s) between MSP430FR5969 and MSP430FR59691 are documented? _________ The forum post https://e2e.ti.com/support/microcontrollers/msp430/f/166/t/364534 you can try...
View ArticleForum Post: RE: changing the interrupt edge at runtime using...
No problem. Glad to hear it is resolved.
View ArticleForum Post: RE: MSP430F2619 Unable to set special function register bits
Glad that you found the issue. Regards, Chris
View ArticleForum Post: RE: msp430fr4133 UART at 57600, I'm missing something :)
Kazola, Glad that you got it working. Please remember for the FR4133 ( www.ti.com/.../msp430fr4133.pdf) that waking up the DCO from LMP3 takes typically 10us. Best Regards, Chris
View ArticleForum Post: RE: Executing interrupts during Flash read/write
[quote user="Clemens Ladisch"]It might be a good idea to try a test program that uses RAM-based interrupt vectors (without flashing) first.[/quote]The previous description of my test program was vague....
View ArticleForum Post: RE: MSP-FET for MSP432 BSL
David, A big thank you for getting me started. BSL Questions: There are several questions I have regarding the BSL, Flash Boot Override Mailbox (BOM), and SYSCTL registers. Basically, I want to, just...
View Article