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

Problem with USB OTG FS (Device)

Hey everyone!Some context:We are developing a medical device using STM32H7ZIT6 MCU. We succesfully developed a working prototype, using UART connection protocol.  Couple of consistency problems (i.e. the device works flawlessly at times, sometimes we...

WhatsApp Image 2023-12-25 at 19.02.44.jpeg WhatsApp Image 2023-12-25 at 20.13.34.jpeg WhatsApp Image 2023-12-25 at 20.20.32.jpeg WhatsApp Image 2023-12-25 at 20.11.35.jpeg
CAdat.1 by Associate II
  • 2648 Views
  • 2 replies
  • 0 kudos

Resolved! Jump to application from bootloader not working

I have reviewed the many posts from others that have not been able to jump from a bootloader the application code and nothing that I tried worked.My MCU has its 128kB of flash in two banks, one at 0x08000000 and the other at 0x08040000.  When the MCU...

stm32f103rct6 iwdg cann't be initialed success

I want to use IWDG with stm32f103rct6 chip with ll library. such samples code as below:```static int iwdg_init (unsigned short int expired_ms){/* 开启 LSI, IWDG */ __HAL_RCC_LSI_ENABLE(); LL_RCC_LSI_Enable(); while (!LL_RCC_LSI_IsReady()); LL_IWDG_Enab...

Resolved! Problem with STM32411 Chip

HI there,  I have rewitten this simple piece of code from scratch multiple times with no success. I am just attempting to turn on a set of LEDs.  First in the While Loop. Second in the interupt handler for TIM2.  The chip is a STM32F411CCU in a homes...

SpeedyPLH by Associate II
  • 5349 Views
  • 7 replies
  • 4 kudos

Resolved! One bit shift in SPI communication on STM32G4

Hi,I am working on SPI communication between STM32G491 and ATM90E26. and I am using the SPI polling API with HAL_SPI_Transmit and HAL_SPI_Receive.My System clock is 96Mhz and I am using prescaler of 64 for SPI.CLKPolarity=Low,CLKPhase=1Edge.Communica...