User Activity

Trying to to set up RTC alarm for STM32U5G9 I come across this CubeMX issues:There is no option to disable Calendar date and time setup. Needless to say, probably it does not make any sense to set up date and time on every board reset if it has (as i...
Today, for the first time I tried to set up RTC alarm using STM32U5G9 MCU. I need RTC alarm (IRQ) to fire on every second change, that is, when subsecond counter is zero - it is configured to count 32kHz clock pulses from 32k to 0 using 15-bit subsec...
Hi All,I am looking for any simple working example on how to, let's say, draw a circle or rectangle on the screen using the new GPU2D aka NeoChrom aka 2.5D aka NEMA GFX.Does such example for STM32U5G9 already exist? I know that it has to use compiled...
Hi All,Not so long ago ST has selected Microsoft ThreadX as one of its its strategic technologies.In my opinion it is a very good RTOS. The problem is that it was supported by Microsoft only, no other community project integrates with it, e.g. mcuboo...
Hi, I try to use IIS3DHHC as a simple inclinometer. I learnt that to get stable readings it may be a good idea to process raw data using Extended Kalman Filter (EKF). Some ST demonstrations available on YT mention that as well, but I found no source ...