User Activity

Hi,I'm trying to set my setup my SPI1 as slave full duplex on my STM32G030K8 and i reach the HAL_SPI_TxRxCpltCallback when receiving message, but I always read value 0 in my rxbuffer when my master is spamming 16 @ 1MHz at a 1 sec intervall. Also, my...
Hi, i'm trying to set up the RTC timer to be able to use the alarm and HAL_RTC_Init always return HAL_TIMEOUT. It seem like RTC_ICSR_INITF never go to 1.  uint8_t init_RTC() { /* USER CODE BEGIN RTC_Init 0 */ /* USER CODE END RTC_Init 0 */ ...