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! STM32F303ZE (NUCLEO-F303ZE) -- Timer in encoder mode -- CNT register is not incrementing/decrementing.

ProblemI'm having an issue where, after configuring timer 4 in encoder mode using the HAL, the CNT register is not updating while the encoder is turned. Messed around with it for some days but still can't get it to work. HardwareOptical encoder - NPN...

ASnow.1 by Associate II
  • 1155 Views
  • 3 replies
  • 0 kudos

How to retrieve STm32H757 MCU from SMPS power mode?

I am using STM32H757 MCU on my custom board and was able to flash the code.Once mistakenly I flashed without commenting the below lines in SystemClock_Config function  HAL_PWREx_ConfigSupply(PWR_DIRECT_SMPS_SUPPLY);__HAL_PWR_VOLTAGESCALING_CONFIG(PWR...

NAham.1 by Associate II
  • 763 Views
  • 3 replies
  • 0 kudos

Resolved! SRAM Memory information

  Good morning,   I am working with the STM32MP1 and the STM32H7 and will make use of the SRAM memories for critical data. For my application and its security I need more information about the memories.   Is there any detailed description or analysis...

AGamb.4 by Associate III
  • 1734 Views
  • 6 replies
  • 0 kudos

How to respond NACK to Master

Hello everyone,I have a application on STM32L5xx, I configuration I2C1 to slave mode,when slave receive first unwanted command code, I want to response NACK to master. I judge the command code in AL_SMBUS_SlaveRxCpltCallback call back function, and s...

PYF.1 by Associate II
  • 746 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F4 A/D Input Bias Current

I'm not able to find a spec in the STM32F446 datasheet for minimum A/D input bias current. Does anyone know where I can find this info? I need to sample the voltage from a high resistance potentiometer and it would be handy to know if I need to buf...