STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! stm32f469 discovery USB HOST CDC

Moved from the Motor Control forum as this has nothing to do with motor control. i am using stm32f469 discovery with architecture um1932, in MX i configured for Host only host CDC class for full speed (FS) my clock configuration is also correct (48m...

Can freertos block IWDG?

Hello,I am using freertos configured by STM32CubeMx.The IWDG is activated and configured by STM32CubeMx too.I met an issue in my code but this is not the purpose of this post.Due to this issue the STM32L431 stays blocked indefinitly despite the IWDG ...

mich35 by Associate III
  • 216 Views
  • 4 replies
  • 0 kudos

Resolved! Help Understanding BSP_COM for Communication

Code formatting applied - please see here for future reference.Hello everyone,I'm currently working on an STM32 project using the NUCLEO-G431KB board. I've come across the BSP_COM API in the STM32Cube firmware, which seems to be an abstraction layer ...

jin96 by Associate
  • 305 Views
  • 2 replies
  • 3 kudos

Resolved! Understand SD Card detect pin initialization

Hello,I would like to understand the code to carry out my software integration :  /* Configure SD pin detect */ __SD_DETECT_GPIO_CLK_ENABLE(); __HAL_RCC_PWR_CLK_ENABLE(); And This refers to lines of code that I am lost, for the first line ...

DYann.1 by Senior II
  • 1052 Views
  • 36 replies
  • 7 kudos

STM32 HAL I2C

Good morning, I'm having trouble understanding how to solve a problem.there is already a software developed in keil 4, but we need to change some things but now we will use keil 5 with the hal library, so far ok without problems.my first problem was ...