Change Baudrate
I use the STM32F7 and I want to change the baud rate of the USART6 from 115200 to 921600 during runtime, how can I do that?
Ask questions, find answers, and share insights on STM32 products and their technical features.
I use the STM32F7 and I want to change the baud rate of the USART6 from 115200 to 921600 during runtime, how can I do that?
I would like to attach 2 high speed A/Ds connected via parallel GPIOs and run them at 50 MHz each, or 100 MHz aggregate. One A/D is 12 bit and the other is 8 bit so I could take advantage of FIFO packing on the memory side. The capture buffer size ...
I've been wondering this for a while. Are there any restrictions on the US government or its contractors with regards to using STM32 chips in their hardware? For instance, would there be restrictions against a government contractor developing a new s...
Hey There,Ive got a Semtech SX1261 Board (LoRa- tranceiver) and iam trying to read its registers with my STM32L432KC (with SPI)Ive got working arduino code to read all its registers, but its giving me different results when i try the same thing with ...
Hello everyone,I'm using STM32F429 MCU (STM32F429I-DISC1 board). I was generating PWM signals on PA1, PA2,PA3 and PA5 using TIM2 ... The important part is that the PWM signals on PA3 & PA5 are fine where the high digital state is at 3.3V. For PA1 & P...
I am using Stm32l0 and am receiving data from GPS via uart but I am facing this problem.uart receives the first byte and then repeats the number of bytes it wanted to receiveFor example:AL_UART_Receive (& huart1, buf, 80, 200);It receives the first l...
I have an RS485 device, the time for which it turns on is about 3-4 seconds.In response to a request, it can send an indefinite amount of data, so I run HAL_UART_Receive_IT with a margin of a few bytes.But I only receive 1 byte and then an OVR error ...
https://github.com/STMicroelectronics/STM32CubeL4/tree/master/Projects/B-L475E-IOT01A/Applications I went the following link but found that the code for accessing microphone was not found. Can anyone please help with some example code for the same Th...
Hi,We have a problem with SDADC on STM32F373CCT6. We are using two SDADC Analog pins to measure the voltage. Even through the voltage on the both the Analog MCU Pins SDADC-1 and SDADC-2 are same, the digital output voltage and ADC values from the MC...