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

STM32L052C8 I2C Communication issue

We are interface AT24C512 EEPROM with STM32L052C8 but there are problem facing in i2c communication. we are using STMCubeMx for generate i2c library.here, STM32L052C8 as Master and AT24C512 EEPROM as a Slave.we are calling I2c Function HAL_I2C_Mem_Wr...

DTimb by Associate
  • 458 Views
  • 0 replies
  • 0 kudos

Interrupt RX isn't called on STM32F413ZH Nucleo board

What is wrong with the following code that the RX Interrupt isn't called. On the osziloscope I see Send and Receive correctly.HAL_Init();__HAL_RCC_GPIOA_CLK_ENABLE();__HAL_RCC_USART6_CLK_ENABLE();#define CONSOLE_TXD_PIN LL_GPIO_PIN_11/* Configure T...

MKubi by Associate
  • 454 Views
  • 0 replies
  • 0 kudos

I have STEVAL-IDP005V1 and Nucleo64 boards and STEVAL-IDP005V1 already programmed, i interface the specified devices together but not able to get the output on serial monitor

The STEVAL-IDP005V1 is already programmed with Condition Monitoring firmware and i connect the STEVAL-IDP005V1 to st-link on stm32 nucleo board, when i copy the .bin file it raises an error & some times not, but am not able to see the output. please ...

v_1 by Associate II
  • 403 Views
  • 0 replies
  • 0 kudos

HOW TO DOWNLOAD FIRMWARE .BIN FILES FOR STM32 MCUs ?

https://www.st.com/content/ccc/resource/sales_and_marketing/presentation/product_presentation/group0/47/a2/91/a0/fe/ca/42/89/steval-bfa001v1b_getting_started_guide/files/steval-bfa001v1b_quick_start_guide.pdf/jcr:content/translations/en.steval-bfa001...

v_1 by Associate II
  • 1197 Views
  • 0 replies
  • 0 kudos

How to disbale STM32MCU IWDG Watchdog during debug

This is our production code, I enable IWDG watchdog to avoid program hang. The problem is the watchdog keep trigger during I debug. How to disable the WD during debugging in the setting? Rather than modify the source code.