MCU: S32K148 144pin
I have a separate IC that when connected holds pin 141 (PTA5/TCLK1/RESET_b) low. When powered, it seems the MCU is held in reset such that it cannot be programmed.
I checked the processor expert configuration. Pin mux settings show GPIO PTA5 set as an input. Under "Platform" tab of pin mux config, Reset shows "no pin routed", and if you wanted to route it, it shows a conflict as PTA5 is already configured.
In Debug I check the EMB_SYS FTFC FOPT register. This shows 0x00, so I think the pin should be disabled.

I suspect that means if it is disabled you can't reset once things are up and running, but if you turn it on with the reset_b held low it will be stuck in reset, and there is nothing you can do as far as register settings go to change that. Is that correct?
Side-question -
What is the correct way to set the FOPT RESET_PIN_CFG using the processor expert? I found the flash component, but i'm not sure what function or macros to use.