Hi,
I'm debugging S32K144 using J-Link segger in S32DS. I've configured pin no 7 of PORT C as output using Processor expert.
If I'm using driver function - PINS_DRV_Init(NUM_OF_CONFIGURED_PINS, g_pin_mux_InitConfigArr);
then I'm getting WARNING: Failed to read memory @ address 0x4004B000.
And if I'm using code without using utility (processor expert config) then I'm able to toggle GPIO.
But still failed to read registers using Jlink.
Please find below attachments and help me with this.
Thanks in advance.
Regards,
EMB02