Flash/FPGA driver for configuration and firmware update from uC

This commit is contained in:
Jan Käberich 2020-08-30 16:20:00 +02:00
parent 16f050a11e
commit 8c8749accd
20 changed files with 520 additions and 62 deletions

View file

@ -161,3 +161,7 @@ void HANDLER(void) {
}
}
}
void Log_Flush() {
while(USART_BASE->CR1 & USART_CR1_TCIE);
}