Resolved! UART DMA error - What is the proper way to restart the DMA?
Hi,I am injecting a UART DMA error by using DTCM memory and DMA2. For example:// Induce a DMA error by using DTCM RAM for DMA2 which is inaccessibleif ( HAL_UART_Transmit_DMA( huart, transmit_buffer_dtcm_memory, num_bytes_to_transmit ) != HAL_OK ){//...