mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
drivers/can/mcp2515.c Fix Missing Chipselect de-assert before bus unlocking
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
0b8d5e993d
commit
8b27e455b1
@@ -1177,6 +1177,7 @@ static void mcp2515_reset_lowlevel(FAR struct mcp2515_can_s *priv)
|
||||
SPI_LOCK(config->spi, true);
|
||||
SPI_SELECT(config->spi, SPIDEV_CANBUS(0), true);
|
||||
SPI_SEND(config->spi, MCP2515_RESET);
|
||||
SPI_SELECT(config->spi, SPIDEV_CANBUS(0), false);
|
||||
SPI_LOCK(config->spi, false);
|
||||
|
||||
/* Wait 1ms to let MCP2515 restart */
|
||||
|
||||
Reference in New Issue
Block a user