STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32f765 USB OTG

Hello, I see this in Errata es0334-stm32f76xxx."Host packet transmission may hang when connecting through a hub to a low-speed device"When the USB on-the-go full-speed peripheral connects to a low-speed device via a hub, the transmitter internalstate...

Shinoy by Associate II
  • 661 Views
  • 1 replies
  • 0 kudos

STM32H753 vs STM32H23 radiation tolerance

We plan to use a STM32H723 for our main MCU on board a student CubeSat.We are currently verifying if this is a feasible option. I came across this report by the Open Source Satellite Project testing radiation effects on the STM32H753.As they are from...

ka1 by Associate
  • 1500 Views
  • 1 replies
  • 1 kudos

convert 10-bit data uint10_t to float

i m using STM32H7 SPI to interface to external 10-bit ADC, which return a 16-bit data but only the last 10 bit (from LSB) is valid. How can i convert this 10-bit data to float ? and how can i obtain these 10-bit from the 16 bit data, i know i would n...

I2C Slave hangs on low SCL signal

Posted on May 08, 2018 at 08:45Hello guys,I use the STM32F030R8 as I2C slave with clock stretching. It is able to receive and send data based on interrupts. The transmission of the slave to the master works as long as the master and the slave know t...