User Activity

Hi Guys,is it possible to configure a peripheral in CubeMX without assigning all the pins (usually) required for that peripheral. This is a quite typical scenario, if a peripheral is used other than originally intended.E.g. I like to use I2S for effi...
Hi guys,I am wondering, if there is any “real” benefit in using the HAL over the LL for simple peripherals like GPIO, ADCs or Timers.So far it looked to me like the HAL does not make the user code more compact or readable. Instead, it just gets more ...
Good day,my design uses an externally powered STSPIN32G4, so that the CPU can be powered while VM is off.Once VM is present the fault flags (mainly MC_UNDER_VOLT) can be reset and the motor can be started. The motor control will go through it’s initi...
Hey everyone,the STM32G4s (including the STSPING4) have the VREFBUF feature, which allows to use an embedded voltage reference as reference voltage for the ADCs and DACs.I’m a bit surprised to see, that this is not used by default on the official dev...
Good Day,I've run into some issues with the power supply scheme for my custom board using a STSPIN32G4.My design uses an external 5V switching regulator to power the internal 3.3V LDO, VM is switched on on-demand by signal from the MCU.My observation...