S32DSにて、S32K314の動作確認を行っており、
デバッグ時は期待通り動いているのですが、電源投入時には期待通りの動きをしていません。
そのため、電源投入時と同等の動きをデバッグで確認したいのですが
デバッグ時の場合、SWリセットとなって電源投入時の動作を確認できていない状況です。
デバッグ時に、ハードウェアリセットに設定する方法などありますでしょうか?
※Debug ConfigurationsのGBD PEMicro Interface Debuggingにデバッグ設定を行っています。
こちらにハードウェアリセットとする設定などはありますでしょうか?
Hi @YuyaN
You can try to attach the debugger using this method:
So, power on your board, attach the debugger without a reset and then you can check current state of the device.
The most common issue I can see for described behavior is that RAM memory is not initialized appropriately, so you can start with this.
Regards,
Lukas