STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L053C8Tx HAL UART DMA Bug at Overrun Error

Posted on January 25, 2018 at 11:21Hi,i found a bug in the HAL library for STM32L053C8Tx, when using UART with DMA. STMCube says its version STM32Cube FW_L0 V1.10.0It seems that, in HAL_UART_IRQHandler the DMA should be reset when an Error occurs.In...

Configure USB HS for MSC and USB FS for CDC

Posted on April 04, 2018 at 09:53I'm using chip STM32F779 , and i want to use USb interface for both MSC and CDC .I want to know is it possible if i configure USB HS for MSC and USB FS for CDC ? Could you support me this approach ? 

Hau Lam by Associate II
  • 535 Views
  • 0 replies
  • 0 kudos

1-Wire library for STM32 in C

Posted on December 29, 2012 at 08:38 Could not find a ready solution for using 1-wire protocol with STM32 in C (working wiwth IAR), so I decided to rework the C++ library that came with arduino. So, if anyone needs it - here it is a fully...

0690X00000602n4QAA.jpg
raivo by Associate II
  • 18455 Views
  • 14 replies
  • 0 kudos

Manchester Encoder/Decoder and STM32F7 USART

Posted on May 23, 2017 at 16:16Hi,Some of USART Peripherals support The Manchester Encoding/Decoding on a serial bit-stream that send or received.some MCUs such as ATMEL SAM3x or some families of Microchip's PIC or Cypress ARM's MCUs have this capab...

STM32H743I-Eval & I2C DMA

Posted on April 02, 2018 at 22:07Hi All,Im trying to interface with a PCA9543A and a MT9P031 image sensor connected to I2C1 on my STM32H743I-eval board.Using the http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/s...

STM32L4 DISCOVERY UART + GPS

Posted on March 31, 2018 at 17:30Hey guys.I would like to receive NMEA lines from my GPS module with UART with STM32L476 DISCOVERY. Can you please help me how can I receive the full sentences? Because the length of the lines always differ, so with s...