Hello, I just received the S32KTBOX and am doing some initial testing of the kit to make sure it is working.
I was able to successfully debug a simple example the Siul2_Dio_Ip_Example_S32K344 and now am starting to debug the FlexCAN_Ip_Example_S32K344 to do a loopback test. When debugging FlexCAN_Ip_Example_S32K344 with the J-Link Base debugger, the code is failing on the Clock_Ip_Init(&Clock_Ip_aClockConfig[0]); call in main.c. Stepping into the code the program fails when distributing the PLL clock to the MCU. This occurred in both the FlexCAN and CAN examples provided
It is returning ”WARNING: Failed to read memory @ address 0xFFFFFFFE”. When stepping into this call, the code specifically fails at the green highlighted line in the attached image. The “SelectedCounter” variable, which is the condition for the switch, is set to “OSIF_COUNTER_DUMMY”, which is a valid case, but the code still fails and will not proceed through this switch statement. I have seen some discussion around these similar errors that have to do with the clock configuration in S32DS.
If you have any suggestions please let me know I would really appreciate your time!
Thanks