Background
The current demand is that can_fd1 and can_fd2 should be combined into group1 and the bus load rate should reach 60%. can_fd1 is used to realize the load demand, and the standard frame message length is 48 bytes, which can achieve the required load rate, but the receiving side can only receive about 1000 frames of data by using interrupt mode.
Question
- When receiving data, what is the upper limit of the receiving frequency using interrupt mode? How can the current number of receptions be increased so that it does not drop frames?
- Can the sending side achieve 60% bus load ratio with a sending interval greater than 1ms?
The following figure shows the interrupt configuration of the receiver.
The logic to achieve 60% load rate is shown below