Keep getting 'se_illegal' error message in eclipse. What does it mean?

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

Keep getting 'se_illegal' error message in eclipse. What does it mean?

1,357件の閲覧回数
josephmongillo
Contributor II

I'm trying to familiarize myself with the eclipse software for my MPC5643L board and have been tinkering with some example code that comes with the IDE. In particular I'm trying to check this ADC code, but it keeps breaking part way through the run operation and the Disassembly displays an 'se_illegal' code, but I can't seem to find any info to what this may indicate. Anyone have any suggestions?

Thanks!

2 返答(返信)

985件の閲覧回数
davidtosenovjan
NXP TechSupport
NXP TechSupport

se_illegal is instruction mnemonic for istruction opcode '0x0000'

pastedImage_1.png

In other words, if you disassemble cleared memory, you will see it full of illegal instructions.

985件の閲覧回数
josephmongillo
Contributor II

Thank you for the response David, this helps some.

My next question is how do I prevent it from interrupting run? Also, if its receiving illegal opcodes, does that mean that this example code is not compatible with this specific board?

0 件の賞賛