I tried to run a CAN demo from FRDM_KEA128_MSCAN. I selected a default function:
TEST_CASE_FUNC(Demo_Transmit_DataFrame);
The program compiled, loaded and seems to run in the debugger mode but does not produce CAN data output on the PTC7 (as I think it should). My questions are:
- Is there a CAN demo specifically made for KEAZ64?
- If not, which build files I would need to replace to make it compatible with KEAZ64?
- Am I missing something, like perhaps some other pin dependencies?