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! Timer Input Capture - Setting frequency - STM32F051

Hi,I am trying to configure an input capture on my STM32F051R8Tx. It works fine, I am supplying an external signal via a signal generator and my code measures exactly T=4ms pulses - which I expect. In my case, I am sampling with 24MHz, so the measure...

LT.1 by Associate II
  • 893 Views
  • 2 replies
  • 2 kudos

Resolved! STM32H755 Supply connection

Hello,I'm working on project with STM32H755ZIT6. Currently I use Nucleo Board, but I designed prototype board, but the board don't work. I supose that problem is caused by wrong connection for supply.I use +3.3V from DC/DC connerter for suplly. Can s...

koyocik by Associate III
  • 3210 Views
  • 13 replies
  • 0 kudos

Resolved! Pristine STM32L431 PA6 turned to hard output

When switching on a new, unprogrammed STM32L431, PA6 turns hard to output high.This is SPI1 MOSI.AN2606 should say this out aloud.I know the 'G0 have this too, and AN2606 says this for them, although quite quietly and confusingly in a footnote.There ...

Resolved! STM32H753VIT6 PC2_C Pin

Hello, i am trying to use SPI2 on STM32H753VIT6 MCU using PD3 as Clock and PC2_C as MISO. Using the Hal libraries, i can generate clock on PD3 pin, and sensor answers me. But i dont get the sensor value on my software. Strange behaviour is, at its no...

GOztu.1 by Associate II
  • 1168 Views
  • 8 replies
  • 0 kudos

Resolved! HAL and LL examples for nucleo-l4r5zi

Hello,I am developing a project using nucleo-l4r5zi ulp mcu. I am trying to find example codes for peripherals and generic components like rtc, iwdg etc but i am not able to find it in stm32cube ide as only middleware examples related to usb, rtos et...

Resolved! Regarding the cause of HardFault_Handler

Regarding the cause of HardFault_HandlerHardFault_Handler occurs at a specific timing in our software.I was able to determine which process was causing the problem by looking at the call stack, but is it possible to investigate the cause further by l...