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

Resolved! L431 Stops working after enabling ADC

Hello all,I recently ran into this problem where the MCU would instantly stop working after enabling the DAC. The behavior is that from the debug view of STM32IDE the program is still running, but all variable values are reset to 0, and once the prog...

ZJing_0-1694859495061.png
ZJing by Associate III
  • 2389 Views
  • 5 replies
  • 3 kudos

Resolved! I don't know how to use the stm32 extension package.

Hello.I am a college student who is using cortex for the first time.I downloaded stm32cube expansion from stm32 and downloaded format is exe file.I downloaded these exe files and installed them on my computer, but there was a problem from here.I down...

Koseo.1 by Associate II
  • 2747 Views
  • 8 replies
  • 0 kudos

32F417 IWDG - hardware watchdog mode question

If you set the IWDG to start using the option byte, the watchdog cannot be disabled subsequently. Am I right thata) the prescaler can be modifiedb) the counter itself can be reloadedItem b) would be a vulnerability, surely, because faulty code could ...

PHolt.1 by Senior III
  • 3536 Views
  • 3 replies
  • 0 kudos

STM32G0B1KxT CAN not working

Hi Team,I am using STM32G0B1KxT and code is successfully uploaded. The code is referred from sample code only still it is not working. Here CAN is CANFD but I am using as classic mode.I am attaching snippet of CAN part and main.c file.    

CAN.PNG

STM32WB5MMG BLE problem

I make a board using STM32WB5MMG. The I2C and SPI communications are normal, but I find a lot of problems about BLE function.After using BLE p2p server.ioc (based on stm32wb5mmg) to generate the IDE project, the Bluetooth broadcast cannot be found an...

Lep by Senior
  • 1771 Views
  • 3 replies
  • 0 kudos

RTC stm32f103

Hi. I need help with RTC on STM32F103. I would like to edit the time (hours and minutes) in my RTC using a button. When I add an hour the maximum vartosc I can reach in the RTC->CNTL register is 65535 (18h20min), when this value is exceeded, the regi...