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

@@ -1,10 +1,10 @@
BINARY := usbcangpio
# MCU code
#MCU := F072xB
MCU := F042x6
MCU := F072xB
#MCU := F042x6
# change this linking script depending on particular MCU model,
#LDSCRIPT := stm32f072xB.ld
LDSCRIPT := stm32f042x6.ld
LDSCRIPT := stm32f072x8.ld
#LDSCRIPT := stm32f042x6.ld
DEFINES := -DUSB2_16