User Activity

I have a 3x4 matrix keyboard attached to STM32F401, see schematics (the U4 represents a "black pill" PCB). PB0, PB1, PB2 are column outputs in push-pull mode. PC15, PA0, PA1, PB10 are row inputs in EXTI mode with pull-ups enabled.The circuit worked a...
I need the RTC module to be enabled in order to write to & read from backup registers on STM32F401 using these functions:void HAL_RTCEx_BKUPWrite(RTC_HandleTypeDef *hrtc, uint32_t BackupRegister, uint32_t Data) uint32_t HAL_RTCEx_BKUPRead(RTC_HandleT...