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

Problem with USB Hish Speed on STM32F746G-Disco board

Hello,I have problems with some STM32F746G-DISCO boards on the USB High speed port.I have built an application which uses the USB-HS in host mode. On one board, it works fine, but on other ones I cannot make it work.To test the hardware and not my so...

STM32429ZI Dısc1 Gyro wrong data problem

I'm tring to write own L3GD20 library. I can read chip ID (but L3G sent to me ffd4 and its partially true). But I cannot read any axis of gyro. Partially gyro always sent to me FF or 00. I'm doing something wrong but I dont know what's wrong. How can...

RageLog by Associate
  • 1266 Views
  • 2 replies
  • 0 kudos

How to check the time between Timer start and ADC conversion

Hello all,I trigger the internal ADCs of a F3 microcontroller simultaneously with a timer1 update event. Now I would like to check the exact time between the timer start and the start of the conversion. I tried this with toggeling a gpio trigger pin...

Bench by Associate III
  • 678 Views
  • 4 replies
  • 0 kudos

Usb dfu upload own code

I have a problem with example from st with upload via dfu, when I want to upload the binary example from st via dfuse everything is ok and works great, but now I want to build my own code with simply toggle led. I change the flash address and vector ...

BWawr by Associate II
  • 720 Views
  • 3 replies
  • 0 kudos

Any chance for a STM32F720?

Hello,the STM32F730 in packages with 144 and more pins offers a high speed USB phy. The price for that chip would make it a favourable solution for USB HS. BUT the chip has crypto modules that require export restrictions. A variant as STM32F720 with...

My STM32F446RE CAN controller declares a message on the bus (transmits SOF), but then never transmits anything else in the frame (bus just stays idle). Why is this?

I have implemented a CAN controller on the STM32F4 where it successfully transmits a SOF bit, but then the bus stays idle for the rest of the message. The values loaded into the registers are all correct and verified that they have been successfully ...