Hello,
Currently I am working on a problem where I want to dynamically change the triggering length of received message thus also the triggering of the interrupt. Currently the transfer group is set so that an interrupt is triggered after receiving 6 x 8 bits (This forms a complete message packet).
However, since the traffic is too high or the processing of the messages takes too long, we would like to dynamically adjust the length so that 15 message packets (so 15 x 6 x 8 Bits) are expected at a known time. So also only one interrupt and not 15 should be triggered.
- How exactly can I dynamically adjust the length of an existing transfer group so that the interrupt triggers differently?
- Since you can theoretically set multiple transfer groups, is there a possibility to switch between them? All should have more or less identical configurations, with the exception of the length.
I hope someone can help me here
.
Kind regards,
Konstanty Kuczynski