Part Number: LAUNCHXL-F28P65X
Tool/software:
Hi,
I need to use the same three CAN IDs for both remote and data frames.
When I receive a remote frame, I need to check the ID and, based on that, send a data frame with the same ID.
In the first iteration, I receive a remote frame and send a data frame with the same ID.
In the next iteration, I am not receiving the remote frame(receive interrupt is coming, not message object interrupt).
If I send data frame with any other id then I am able to receive remote frame.
- Any idea what could be causing this issue?