User Activity

I enabled CAN in the device tree using STM32CubeMX and followed the instructions in the provided documentation to generate the .dtb file. Afterward, I copied the generated .dtb file to the /boot directory. In the terminal, I ran the following command...
I have an STM32F103C8T6 Blue Pill board, and I'm trying to get the RTC to function correctly when Vdd is removed. However, when I disconnect Vdd, the RTC doesn't operate as expected. Sometimes, when Vdd is supplied, the RTC starts counting from the t...