Resolved! LPDMA Update Link Error
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) { /*...