STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32 , 115200 uart and missing data

Posted on January 30, 2018 at 12:30Hi, I have an uart at 115300 baud rate and I miss data.I have implemented the rx callback where I grab one byte at time.How can I grab more than one byte till the end of the receive?HAL_UART_Receive_DMA(&huart1, (u...

How to change the uart baudrate dinamically

Posted on January 30, 2018 at 21:53Hi. I need to change the uart baudrate dinamically.I have tryied this but sems to not work. Have you got an example to show?    serial->Init.BaudRate= BaudRate;    serial->Init.WordLength = UART_WORDLENGTH_8B;    s...

Resolved! Get PWM output state for interrupt purposes STM32F215

Posted on February 01, 2018 at 09:37 Hi, I'm working on STM32F215 and I generate a PWM output on TIM1. This signal is going to an other device. For synchronization purposes on this signal, I would like to get the rising and falling edge of it. ...

Zarck.zek by Associate II
  • 2600 Views
  • 13 replies
  • 0 kudos

AC6 assembly .ifdef not working?

Posted on January 29, 2018 at 16:35Seems like no matter what I try the .ifdef does not work. It always takes the default path.This happens with a symbol defined in the make settings as well as with symbols defined in any other way, including .equ an...

Resolved! LoRa, Large Packet

Posted on January 31, 2018 at 09:04HI.I am testing with ST Discovery LoRa Kit, PingPong.There is no problem sending / receiving 64 bytes.However, the size of 64 bytes or more can not be transmitted or received.Semtech says that 128 bytes are possibl...

Jin ho An by Associate II
  • 1548 Views
  • 5 replies
  • 0 kudos

Resolved! LSE Oscillator on STM32F769

Posted on April 04, 2017 at 18:32I have a custom board with a STM32F769 and I am having problems getting the low speed LSE oscillator running. I am using CubeMX 4.19 to generate the low level code. In order to get the oscillator to run I need to set...