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! Simulate a quadrature encoder on STM32F446RE

Noob here.  Using HAL and as much generated code as possible.   Ive run into an issue on how to self learn,  I've identified what I believe is the solution but nowhere( that I can figure out) in the reference document does it point to this in what I ...

Swyftfeet by Associate II
  • 3979 Views
  • 6 replies
  • 5 kudos

I2C master quarter clock pulse

I am working with an STM32F405 and have the I2C1 peripheral set up as a master in standard mode with a clock speed of 100 kHz.  The i2c bus has about 5 devices attached to it, none of which are capable of running in master mode.  I'm using the HAL_I2...

runt_pulse.jpg
JW.4 by Associate II
  • 1177 Views
  • 0 replies
  • 0 kudos

Resolved! Flash erase and program

HI,I cannot delete page 15, or other pages, of the STM32C031K6T6 flash chip. HAL_StatusTypeDef status; EraseInitStruct.TypeErase=FLASH_TYPEERASE_PAGES; EraseInitStruct.NbPages=1; EraseInitStruct.Page=15; status = HAL_FLASH_Unlock(); status = HAL_FLAS...

Stefano1 by Associate II
  • 1404 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F401C TIM2 Interrupt

Hello, I try to use a TIM2 Interrupt to toggle a LED. I use a STM32F401C controller. If I toggle the LED inside the while loop with delay, it works fine.       while (1) { HAL_GPIO_TogglePin(GPIOB, GPIO_PIN_15); HAL_Delay(1000); }       ...

Announcement

We’re moving the ST Community to a new platform to give you a better and more reliable community experience.