User Activity

Using STM32 VS Code Extension 2.0.1 to create empty project for STM32C0116-DK board.The generated startup_stm32c011f6ux.s file contains handlers in wrong (alphabetic ???) order:   g_pfnVectors: .word _estack .word Reset_Handler .word NMI_Handle...
Hi, UM2970 for the STM32C0116-D says about CN1/CN5: "The extension connectors are available on the STM32C0116-DK Discovery kit to support flexibility in user applications." But, half of the CN5 pins are N.C.. Does anybody know, what extensions are av...
Hi,I'm observing GPIOA_MODER reset value 0x2BFF FFFF on my STM32C0116-DK, not 0xEBFF FFFF as written in the RM.My guess: because PA15 does not exist on that MCU hthKnarfB
how to reproduce:generate a new C project for Nucleo-G431RB with all default settings.enable TIM1 with internal clock sourceset the prescaler to 170-1set code generation for TIM to LLgenerated code:   /* USER CODE END TIM1_Init 1 */ TIM_InitStruct...
In STM32CubeMX 6.8.1. (and before), there is an option to enter a custom path to the firmware. But, in contrast to what it says, I can only pick an absolute path here. This is unwanted when projects are shared between users/machines. For example, I w...