Thanks Jiri,
Yes, I'm using the S32K144 FRDM board
I understand that's how the documentation says it's "supposed" to work.. but that's exactly what I've done in freemaster_cfg.h, and it doesn't work.
My application communicates on FlexCAN MB 0,1,2, and 3 just fine, however when I use the Freemaster CAN communication wizard, communication times out because the FMSTR code won't respond on 0x7AA.
I looked at the example for the S32 in the driver package, however it wasn't useful since the example is for SCI, not CAN. I may be looking in the wrong example, of course - if you could be more specific on which one works with CAN it would be very helpful.
Again - 0x7AA TX/ RX is the default communication setting in the PC application - but where am I supposed to set this in the S32's configuration? If I instead want to set the ID to 0x7FF it's not clear on how I need to do that - the only thing that I can tell is setting "1" for "FMSTR_USE_FLEXCAN" which seems insufficient.