increase CAN TX queue size
This commit is contained in:
parent
c5d2691670
commit
fce0cc587f
@ -341,7 +341,7 @@ static void MX_FDCAN1_Init(void)
|
||||
hfdcan1.Init.RxBufferSize = FDCAN_DATA_BYTES_8;
|
||||
hfdcan1.Init.TxEventsNbr = 0;
|
||||
hfdcan1.Init.TxBuffersNbr = 0;
|
||||
hfdcan1.Init.TxFifoQueueElmtsNbr = 1;
|
||||
hfdcan1.Init.TxFifoQueueElmtsNbr = 16;
|
||||
hfdcan1.Init.TxFifoQueueMode = FDCAN_TX_FIFO_OPERATION;
|
||||
hfdcan1.Init.TxElmtSize = FDCAN_DATA_BYTES_8;
|
||||
if (HAL_FDCAN_Init(&hfdcan1) != HAL_OK)
|
||||
|
@ -36,7 +36,7 @@ FDCAN1.NominalTimeSeg1=63
|
||||
FDCAN1.NominalTimeSeg2=16
|
||||
FDCAN1.RxFifo0ElmtsNbr=16
|
||||
FDCAN1.StdFiltersNbr=32
|
||||
FDCAN1.TxFifoQueueElmtsNbr=1
|
||||
FDCAN1.TxFifoQueueElmtsNbr=16
|
||||
File.Version=6
|
||||
GPIO.groupedBy=Show All
|
||||
JPEG.IPParameters=JPEG_RGB_FORMAT
|
||||
|
Loading…
x
Reference in New Issue
Block a user