how to debug when using ROM drivers

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to debug when using ROM drivers

562 Views
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 Kudos
Reply
1 Reply

554 Views
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 Kudos
Reply