User Activity

On STM32G491 (and family) MCUs the on-board temperature sensor can be read by ADC1 or ADC5 to provide junction temperature.RM0440 Rev 7 informs us:In order to read the temperature sensor we must "wake" it from power-down mode by setting the VSENSESEL...
How to get temperature (degC) from the STM32G491x internal temperature sensor?I have my ADC working and producing raw count values. Eg: 303.So assuming a working voltage of 3V3 and maximum count value of 4095 then I assume that I must multiply the ra...
I am trying to get CAN working on the STM32G491RE. I happily worked with CAN on STM32F4xxx micros, but the landscape seems to have changed on the STM32G491RE.The presented code is from a minimal project for the NUCLEO-STM32G491RE board. It is in defa...