User Activity

Hello, ST expert STM32F407 is used for our custom design. And htim2 play the role of precise timing base.When htim2->Instance.CNT = xx  is used for setting a new counter start value for timer2, it seems that the new counter value does not functions i...
Hello, ST expertE.g. GPIO PD4 functions as falling edge interrupt pin on STM32F407. Before the falling edge this interrupt is disabled by HAL_NVIC_DisableIRQ(EXTI4_IRQn).  What happened if HAL_NVIC_EnableIRQ(EXTI4_IRQn) is executed after the falling ...
Hello, ST expert CubeMX generated software framework is used for our STM32U595VJT6 based hardware design. It works well but for the low start up time. It takes almost 1 second between 3.3V is stable and the flag GPIO turns high in MX_GPIO_Init. Is th...
Hello, ST experts STM32U595VJT6 is used on our own HW design. There is external SD3.0 compliant level translator NVT4857UK to help to work on UHSI mode. Everything is fine when SDIO clock sets as 96MHz or lower. But when the SDIO clock is higher than...
Hello ST experts I found the same problem as previous post  https://community.st.com/t5/stm32-mcus-embedded-software/stm32f072xb-gpio-issue-usb-pins-do-not-work-as-gpio/m-p/151104#M8715  But for stm32u595, I can not find the similar register USB_CNTR...