Other Parts Discussed in Thread: C2000WARE
Hi, experts,
I made the following changes in the example "lin_ex2_sci_loopback" to test the multibuffer mode:
1. Use “LIN_enableMultibufferMode” instead of “LIN_disableMultibufferMode” to enable multi-buffer Mode;
2. Change macro definition "FRAME_LENGTH" to 4
3. Transmit 4 bytes consecutively using "LIN_writeSCICharBlocking"
Then I encountered the following problem:
1. RxIsr was not triggered;
2. When I step through the register configuration, I find that no matter what value is set, SCIFORMAT.LENGTH is always equal to the set value of SCIFORMAT.CHAR, not the value I expect
Did I miss something or get something wrong? Look forward to your help.
Shawn