Bootloader S32K3
01-22-2024
03:20 AM
672件の閲覧回数
enthuCutlet
Contributor II
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Bootloader not going into application code and is presenting with a hard fault. Even after using the correct address of the reset handler the problem still persists
1 返信
01-23-2024
08:44 AM
640件の閲覧回数


NXP TechSupport
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi @enthuCutlet
if you step the jump command using asm instruction stepping (do not use stepping in C, it's useless here), can you see if it jumps to entry point of the application? It usually does jump to the entry point. And it usually fails later in the code due to insufficient de-initialization.
So, first step is to check if it jumps to the entry point or not.
Regards,
Lukas
