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! Is it possible to trigger serially using timers.

For example, there are 3 timers (Timer 1, 2, 3).I want to set like below: Timer 1 : MasterTimer 2 : Slave of Timer1Timer 3 : Slave of Timer2When I checked the waveform after setting similarly to the above, it seemed that timer2 could not trigger time...

SPark.28 by Associate II
  • 826 Views
  • 3 replies
  • 0 kudos

Resolved! IWDG reset

Hi,I use STM32L496RGT6 with own bootloader. If I start IWDG in bootloader and periodically reset it it is work good. If I jump to application and call HAL_IWDG_Refresh(..), function doesn't refresh IWDG and IWDG reset mcu. I tried call MX_IWDG_Init()...

lorant124 by Associate III
  • 1582 Views
  • 1 replies
  • 0 kudos

'Black Pill' HID gamepad (newbie)

I just bought a 'black pill' STM32F411CE. My goal is to create a HID joystick/gamepad device. While I have been a Software Developer for over 30 years (mostly Windows end-user apps), these boards are completely new to me. So please understand my igno...

CCurl.1 by Associate
  • 721 Views
  • 0 replies
  • 0 kudos

Resolved! Daylight Saving: The Details?

This is a spiritual followup to this post: https://community.st.com/s/question/0D50X00009XkYuH/rtc-daylight-saving-time-stm32f3-discoverySo I do get which functions to use for daylight saving, and how to BCK bit remembers if I already changed to DST ...

CubeIDE 1.5 or 1.6?

I recently upgraded my CubeIDE installation from 1.5 to 1.6.Is it necessary to use the 1.5 which came with the workshop-material or does it also work with the newer 1.6?Thank you for your answer.Best regards

Sven1 by Associate II
  • 818 Views
  • 1 replies
  • 0 kudos

How to get a project going on the Nucleo H745ZI?

Good day everyone,When I received the Nucleo H745ZI it had the blinking LED program on it. This was working fine.Now I'm trying to upload my own program and it's not doing anything at all. Both the LEDs and UART aren't giving output. This is after ge...

Jvan .10 by Associate III
  • 387 Views
  • 0 replies
  • 0 kudos

Hello, I am using a STM32F401RE Nucleo board and trying to get the IIS3DWB accelerometer running. At first everything works, but after powercycling once the device ID oscillates.

All initialisations seem correct on SPI side (at first SPI without interrupt) -> clock polarity high, capture on rising edge(2), SPI clock speed < 10 MHz, At first everythings seems to work properly (stable device ID even by moving the wires etc...)...

GPete.3 by Associate
  • 518 Views
  • 0 replies
  • 0 kudos

[STM32 library] Library improvement

Dear,It's just an idea to improve the STM32 library.In the "system_stm32fxxx.c" files in the CMSIS folder, the vector table offset is defined as follow :#define VECT_TAB_OFFSET 0x00In some product, I use a bottloader, so the vector table is relocate...

YDann.7 by Associate III
  • 670 Views
  • 3 replies
  • 1 kudos