Is this the bug?
Posted on December 04, 2017 at 03:51 I use STM32 Cube to config USART2 to transmit data to computer. I don't enable USART2 Interrupt. I use DMA for USART2 Tx only (DMA1 Stream 6).uint8_t Data_to_send[5000]; __IO uint8_t Probe=0;int main(void) { HAL...