User Activity

We use the VNHD7008AY to control the motor of a cargo lift. The lift has an emergency switch, which disconnects the battery from the circuit.In case of an emergency cutout, the lift runs down while its motor generates a high voltage, which finally ki...
Configuration: NUCLEO-L053R8 with USB DFU_Standalone example project from STHi there,I'm using the Nucleo board NUCLEO-L053R8 together with USB DFU Standalone example project from ST.My intention is to update application firmware using USB. I success...
Controller: STM32L011G4ULibraries: CMSISCompiler: arm-none-eabi-gcc version 13.2.1In order to change Capture Compare Register of TIM2 automatically every time when TIM2 updates, I want to use DMA to get the current CCR values from a const array. cons...
Controller: STM32G431VBT6Libraries: CMSISCompiler: arm-none-eabi-gcc version 13.2.1Code Optimization: OPT = -OsAfter code optimization MCU hangs, depending on code constellation. It hangs in ADC initialization. ... system_clock_init(); timer_init(); ...
Controller: STM32G431VBT6Compiler: arm-none-eabi-gcc version 12.2.1Libraries: CMSISI use STM32G431VBT6 for a sensorless BLDC motor control with zero-cross detection.TIM1 is used for PWM outputs. See below part of the code. RCC->APB2ENR |= RCC_APB2ENR...
Kudos from