MFG tools return codes

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

MFG tools return codes

1,849件の閲覧回数
Yuri
NXP Employee
NXP Employee

Are there more detailed list of error (return) codes for MFG (updater) tools, than provided in Manufacturing Tool User's Manual.doc.

 

Particularly the detected code is 0xffff0006. What does it mean ?

0 件の賞賛
返信
2 返答(返信)

1,247件の閲覧回数
StanleyLee
NXP Employee
NXP Employee

Thanks Chris.

 

I received the mail of Enrique who would like to upload Mfgtool source code to freescale.com today.

0 件の賞賛
返信

1,247件の閲覧回数
ChrisWilliamson
Contributor III

#define ERROR_TIME_OUT          -65530               // 0xffff0006

 

This is used when the program can't find the device in the state asked for in the ucl.xml line

<CMD type="find" body="Updater" timeout="120"/>

 

The source code for the MfgTool should be posted on freescale.com. I don't know why it isn't yet.

 

Chris

0 件の賞賛
返信