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

why the MCU can not wakeup?

Dear,i used STM32F205RB MCU, could you tell me:1.why the MCU can not wakeup?2.how can i solve it?                                          tin tai

tintai by Associate
  • 166 Views
  • 1 replies
  • 2 kudos

STM32F405RGT6 package

I have received some STM32F405RGT6 microcontrollers that have two circular marks (holes) on the package, while the official datasheet only shows one mark indicating pin 1.Is there an official revision or packaging variant from STMicroelectronics that...

LisaLisi by Associate
  • 231 Views
  • 2 replies
  • 1 kudos

Resolved! STM32F7xx Family Undocumented QSPI Hardware Bug

Peripheral: QSPIBug: Bit 4 of FTHRES[4:0] in the Control Register is not set when written with threshold values in the range0x10 - 0x1F. Works fine for threshold values in the range 0x00 - 0x0F. So, for example, if one writes 0x16 for athreshold leve...

psymo000 by Associate II
  • 574 Views
  • 4 replies
  • 0 kudos

Resolved! Composite USB device MSC + Vendor

Hello,I'm working on a firmware which currently run in USB vendor interface (bInterfaceClass = 0xFF) and it's working.Now I want to add MassStorage. My Firmware is a bit older so I add all usb composite parte by my self (in usbd_core ...) . I defined...

MA4 by Senior
  • 518 Views
  • 4 replies
  • 0 kudos

Resolved! Inexplicable extra pulses when using PWM + DMA

I'm try to generate some pulses to PB0 using STM32F103C8T6 with the following code#include <stdint.h> // STM32F103C8 is a medium density device, hence we use the xB header #include <stm32f103xb.h> #if !defined(__SOFT_FP__) && defined(__ARM_FP) #warn...

pic_130_6.gif
Beartama by Associate II
  • 601 Views
  • 4 replies
  • 2 kudos

stm32f765xx internal temperature sensor

Hello, I am currently trying to measure the temperature using the internal temperature sensor of STM32F765. The Reference Manual stated to do temp = ((V_sense - V_25) / Avg_Slope) + 25,but the address of calibration data existed in the Datasheet.In t...