User Activity

I have troubles writing succesfully to flash on a STM32G07 chip.The application is similar to this:uint64_t data;HAL_FLASH_Unlock();HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD, addr, data);HAL_FLASH_Lock();I started getting hardfault in lock becau...
Does anyone have experience with getting the timer to run with input capture, I am unable to make the input capture function.I have a working system with STM32F03 (M0) devices initialization generated by CubeMX. Now I am testing an identical system w...