invalid SD card configuration on MRE causes RED, blinking BLUE and no USB :( #4131
This commit is contained in:
parent
28fc09cf2d
commit
a8013e444b
|
@ -24,6 +24,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 -DHAL_USE_UART=FALSE
|
||||
DDEFS += -DEFI_USE_UART_DMA=FALSE -DTS_NO_PRIMARY=TRUE
|
||||
|
||||
DDEFS += -DEFI_CAN_SERIAL=TRUE
|
||||
|
||||
|
|
Loading…
Reference in New Issue