USART almost working (but hangs on long messages)

This commit is contained in:
Edward Emelianov
2026-03-14 01:16:00 +03:00
parent 14f544374a
commit 65c9ae34bc
12 changed files with 162 additions and 96 deletions

View File

@@ -32,6 +32,7 @@ void sys_tick_handler(void){
int main(void){
sysreset();
SysTick_Config(6000, 1);
StartHSE();
flashstorage_init();
hardware_setup();
USB_setup();