STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32G0 NRST input structure and clamping diodes

 Hello, i am interested in the input structure of the NRST pin of the STM32G0x0 series. The datasheet shows a reduced diagram. My question is: is there a more detailed version of the input structure. Is a clamping diode to Vcc build in? If so, which ...

pp_ee_0-1741607480704.png
pp_ee by Associate
  • 116 Views
  • 1 replies
  • 0 kudos

Resolved! CAN Cyclic Frame with 100ms using a timer

Hi everyone,I'm using the STM32F407 for CAN Communication with the Loopback Mode. I'm trying to send a cyclic frame using a timer.I'm using the timer2 with a clock of 84MHz (APB1), a prescaler of 8399 so i will have a tick every 1ms and a period of 1...

Azizz by Associate III
  • 689 Views
  • 9 replies
  • 3 kudos

STM32F103 RTC + VBAT date resets after power off

Posted on February 28, 2017 at 12:35Im using STM32F103C8T6 and have issues with RTC and VBAT. Project generated in CubeMX 4.19.0 for Keil, I commented date and time setup in MX_RTC_Init() and time restores fine after reset/power off, but date become...

rokko by Associate II
  • 4608 Views
  • 14 replies
  • 0 kudos

Nucleo-f439zi, Invalid USB Packet ID (0xda)

Hello, I am writing USB OTG from scratch for a Nucleo-f439zi. Till now I have managed to make it reply to some Setup requests, to be more specific it replies to Device Descriptor and set Address , ( I am currently figuring out Configuration request w...

Resolved! 5V Tolerant GPIO pins (STM32F103VET6)

I am interfacing many 5.2VDC signals with an STM32F103VET6 MCU, using PB0,PB11,PD9,PD10,PD11,PD12,PD14 as input. According to the datasheet these pins are 5V Tolerant. In the past, regardless of a pin's "tolerance" to 5V I have always used a level sh...