User Activity

         The awd1 interrupt is enabled. The flags of awd1 and EOS are set before entering the ADC1_IRQHandler. If the flag of awd1 is handled first in the ADC1_IRQHandler, the flag of EOS will not be handled. If the flag of EOS is handled first in th...
  static uint16_t aDST_Buffer_1[BUFFER_SIZE] = {0}; static uint16_t aDST_Buffer_2[BUFFER_SIZE] = {0}; LL_DMA_LinkNodeTypeDef pNode1, pNode2; /** * @brief LPDMA1 transfer configuration * @PAram None * @retval None */ void BspLPDMA1Init(void) { /*...
Kudos from
Kudos given to