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

No CAN Communication on STM32H723ZG-E01 (A230801274)

Dear STMicroelectronics Support, I am working with the STM32H723ZG-E01 board (Serial: A230801274) and encountering an issue where CAN communication is not functioning as expected. Based on the documentation, I have configured the FDCAN1 interface to ...

mani9989 by Associate
  • 616 Views
  • 19 replies
  • 6 kudos

Resolved! STM32F723x USB HS CoreReset Issue

Hello, for the last couple of days I've been trying to set up my STM32F723ZET6 project as a USB HS CDC device with internal PHY.My code gets stuck in this loop do { count++; if (count > HAL_USB_TIMEOUT) { return HAL_TIMEOUT; ...

BRapo1_0-1747726756614.png BRapo1_1-1747726855418.png BRapo1_2-1747726886964.png
BRapo.1 by Associate II
  • 67 Views
  • 5 replies
  • 2 kudos

STM32 Boot mode Pin functionality

Hi,I’m currently working with the STM32G491RE MCU and have encountered an issue related to GPIO pin PB6.In our normal user application, PB6 is configured as a push-pull output. However, we would like to understand its behavior when the device enters ...

STM32H7 FMC - SDRAM byte and bit swapping

HiI am working on a project with an STM32H743 and a 32-bit SDRAMThe FMC signals are quite randomly scattered across the package and this makes layout quite convoluted and difficult. I'd like to swap byte-lanes and individual bits within each byte, fo...

JF999 by Associate
  • 86 Views
  • 2 replies
  • 0 kudos

Comp1 blanking not working inverted input

Hi,While working on the code for an STM32H7B0, I'm having issues with the blanking function of COMP1. Specifically, it works correctly when the comparator is in non-inverting mode, but if I invert the comparator's output (to detect falling thresholds...

garinus_0-1747737757678.png
garinus by Associate II
  • 13 Views
  • 0 replies
  • 0 kudos

USB CDC VCP (STM32 Host, OneRNG Device)

Hi everyone,I have STM32 Nucleo F767ZI Board and OneRNG V3.0 by Moonbase. OneRNG is using USB Serial Protocol. When I connect OneRNG directly to PC through USB connector, open it's COM Port on Serial Monitor like Putty, send CMD "cmdO", it starts giv...

Capture.PNG Capture1.PNG Capture2.PNG

Resolved! does stm32f103c6tx support external loopback?

I wrote a code for this microcontroller to test the CAN protocol, and it worked successfully in loopback test mode—data was transmitted and received correctly without using any external CAN transceiver. Then, I switched the CAN mode from loopback to ...