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

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
  • 403 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
  • 332 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
  • 1027 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.

New.Fish by Associate III
  • 676 Views
  • 2 replies
  • 0 kudos

STM32H750: Cannot run IWDG1 Watchdog

Somehow my IWDG1 does not start. I follow exactly the instruction in the manual: IWDG1->KR= (DWORD)0xcccc; // Start IWDG IWDG1->KR= (DWORD)0x5555; // Access registers IWDG IWDG1->PR= 0; IWDG1->RLR= 500;  ... but if I check now IWDG1->SR, th...

flyer31 by Senior
  • 583 Views
  • 3 replies
  • 0 kudos