User Activity

Hi there,I recently transitioned my project from the STM32L0CBT6 chip, which has a 128KB flash size, to the STM32L072CZ variant with 192KB of flash memory. As I progressed with my project, the only modification I made was adjusting the flash memory r...
Hi Community,I am using the controller , STM32L072CZT6. I am currently working on Fota functionality .I am downloading a binary file from ftp server and I need a crc verfication for the downloaded data. I am using the default CRC settings in the .ioc...
I am creating a project in which I am using Standby mode as the low power mode of choice. I am using Cube IDE for development. These are the wakeup pins/procedures that I would like to implement:SYS_WKUP1 (PA0)SYS_WKUP2 (PC13)HAL_RTC WakeUpTimer Inte...