Search found 2 matches
- Fri 20. May 2022, 09:30
- Forum: PCAN-RS-232
- Topic: Maximum SER_RX_FIFO_SIZE
- Replies: 2
- Views: 6657
Re: Maximum SER_RX_FIFO_SIZE
Thank you!
- Thu 5. May 2022, 07:48
- Forum: PCAN-RS-232
- Topic: Maximum SER_RX_FIFO_SIZE
- Replies: 2
- Views: 6657
Maximum SER_RX_FIFO_SIZE
In the example programs, the size of SER_RX_FIFO_SIZE is dfined as 250:
What is the maximum supported size for SER_RX_FIFO_SIZE?
Code: Select all
#define SER_RX_FIFO_SIZE 250
// RX Fifo (soft-fifo write by RX complete interrupt)
static u8_t RxFifo[SER_RX_FIFO_SIZE];