mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-03-22 01:31:21 +03:00
USART almost working (but hangs on long messages)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user