Bootloader S32K3

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Bootloader S32K3

597件の閲覧回数
enthuCutlet
Contributor II

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

0 件の賞賛
返信
1 返信

565件の閲覧回数
lukaszadrapa
NXP TechSupport
NXP TechSupport

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

0 件の賞賛
返信