mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-03-21 17:21:04 +03:00
Add socket_fans schematic
This commit is contained in:
BIN
F0-nolib/CANbus_stepper/CANbus_stepper.tgz
Normal file
BIN
F0-nolib/CANbus_stepper/CANbus_stepper.tgz
Normal file
Binary file not shown.
BIN
F0-nolib/CANbus_stepper/src.tgz
Normal file
BIN
F0-nolib/CANbus_stepper/src.tgz
Normal file
Binary file not shown.
@@ -244,7 +244,6 @@ void dma1_channel4_5_isr(){
|
||||
DMA1->IFCR |= DMA_IFCR_CTCIF4; // clear TC flag
|
||||
DMA1_Channel4->CCR &= ~DMA_CCR_EN;
|
||||
txrdy = 1;
|
||||
RS485_RX(); // switch to Rx
|
||||
}
|
||||
}
|
||||
// USART1
|
||||
|
||||
Reference in New Issue
Block a user