User Activity

Good day,after troubleshooting some issues related to a bootloader, I have figured out that the address of the interrupt vector table (SCB->VTOR) is defined in a hard-coded, non linker aware way as "SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET". This mea...
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...