User Activity

Hi,I'm computing CRC32 with 04C11DB7 polynomial with different methods : through python binascii.crc32(...), on the following website " https://simplycalc.com/crc32-text.php ", and with ST embedded module on STM32G483.On basic strings such as "012345...
Hi, I enabled RTC and calendar on a STM32F746 CubeMX project, and I can gather correct time informations when using BCD mode from the HAL_RTC_GetTime function, but when using the other option the "binary" mode, the informations I´m getting from GetTi...