how to debug when using ROM drivers

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

how to debug when using ROM drivers

597 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by rocketdawg on Tue Aug 05 12:20:45 MST 2014
Not sure if this is the right place, but

Without the source or symbols, it is fairly hard to debug when using the ROM drivers.
What is the "best practices"?
0 项奖励
回复
1 回复

589 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by bavarian on Wed Aug 06 04:51:40 MST 2014
Well, this is a valid question. Unfortunately I can't give you a fully satisfying answer   :(

We don't supply the source code or the images of our ROM code libraries.
This results in the following possibilities:

[list]
  [*]  step into the assembler code and try to find out what's going on there
  [*]  step over the ROM functions and validate the results
[/list]

If you get the feeling that one of our ROM drivers/code does not do the job properly, please report it to us.

Regards,
NXP Support Team
0 项奖励
回复