STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32 Timer encoder mode with synchronization

I am using STM32H753.My TIM2 is in Encoder mode, and I give two external signals from my incremental encoder to TIM2_CH1 and TIM2_CH2. My TIM2 is counts perfectly (Up or Down) when I move the encoder clockwise or anticlockwise.Now i want to syncroniz...

MJ_1992_0-1734619617197.png
MJ_1992 by Associate II
  • 622 Views
  • 4 replies
  • 2 kudos

STM32U5A9 USB MSC

 We are currently working on a project with the STM32U5 series running FreeRTOS and need to integrate the USB Mass Storage (MSC) class for adding pendrive / thumbdrive support. While exploring solutions, we noticed that CubeIDE doesn't directly suppo...

nfkt by Associate
  • 296 Views
  • 0 replies
  • 0 kudos

Resolved! STM32H723 SWDv2 multidrop

I'm looking to program multiple STM32H723 chips on the same board through the same programming interface. I'm currently using SWD. I see in the documentation that multidrop is supported but I don't see any information about how to program the instanc...

Flash writing issue

Split from this thread: https://community.st.com/t5/stm32-mcus-embedded-software/flash-writing/td-p/753438 Hi @mƎALLEm  thanks and   void StartUpdateFWBlueNRG(uint32_t SizeOfUpdate, uint32_t uwCRCValue) { __HAL_FLASH_CLEAR_FLAG(FLASH_FLAG_PGAERR); ...