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

Resolved! Ram Parity Check STM32H7, STM32H5, STM32F7, STM32F4

Hi, We would like to implement a parity checks on the internal RAM to detect random upsets. I understand some STM devices support this feature and I was trying to find one that supports it. I have searched several datasheets but so far I can't find m...

JS6000 by Associate
  • 363 Views
  • 3 replies
  • 1 kudos

Resolved! reading adc value always zero. help

  /* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c * @brief : Main program body ***************************************************************...

Resolved! GPDMA & HPDMA on STM32N6

Hello, I am currently working on implementing a memory-to-memory DMA transfer on a STM32N6 board, but I have trouble making the DMA work (GPDMA or HPDMA).I tried to follow the Reference Manual for a LL implementation, but my code doesn't work and I c...

ClemR_0-1752586391908.png
ClemR by Associate
  • 746 Views
  • 2 replies
  • 2 kudos

STM32G070CBT6 IC pins shorted internally

Hi,I have made up six boards and three of them had an unusually high standby current (35mA instead of 1mA).Eventually, when the IC was removed, we found Pins 5 & 6 of the removed IC were shorted internally (0.3R)They were also shorted to pin 45 with ...

patrickreddesigns_0-1752670173666.png

Resolved! Clock configuration for timers

After doing some primary embedded projects (LED, user button etc) on my MCU (Nucleo-64 STM32 F411RE) I'm now dealing with timers. Here's my clock configurations1- Does anything look wrong?2- While my clock rate is 100 MHZ (as written on my board pack...

Capture.PNG
TechyAry by Associate III
  • 301 Views
  • 3 replies
  • 1 kudos

Resolved! STM32C071 impossible to flash through UART

I have custom board with STM32C071 micro controller (I used stm32c031 before) and I can't flash it via UART (cant connect in STM32CubeProgrammer).UART Used - USART1 (PA9/PA10) with auto baud rate (57600)STM32CubeProgrammer - v2.20.0Jump to boot loade...

STM32G431 CANFD with internal clock

Hi, I made an STM32G4 and TCAN1044VDRQ1 setup and tried to use the FDCAN, but I couldn't get it to work. There is no response from the transceiver. I tried all the bit timings and used calculators to compute the values. I used a USB-to-CAN FD analyze...