invalid SD card configuration on MRE causes RED, blinking BLUE and no USB :( #4131
This commit is contained in:
parent
fc44f655bf
commit
b5e951b76e
|
@ -23,7 +23,7 @@ EFI_CONSOLE_TTL_PINS = -DEFI_CONSOLE_TX_BRAIN_PIN=Gpio::B10 -DEFI_CONSOLE_RX_BRA
|
|||
|
||||
# on MRE 0.6.0 we have SD card on SPI2 which shared channel 3 with USART3
|
||||
# todo: enable serial which would not DMA thus not conflict?
|
||||
DDEFS += -DSTM32_UART_USE_USART3=FALSE
|
||||
DDEFS += -DSTM32_UART_USE_USART3=FALSE -DHAL_USE_UART=FALSE
|
||||
|
||||
DDEFS += -DEFI_CAN_SERIAL=TRUE
|
||||
|
||||
|
|
Loading…
Reference in New Issue