Hello,
I follow the direction to build a Linux kernel for stop mode debugging with Blackhawk emulator from the following link.
http://processors.wiki.ti.com/index.php/Linux_Debug_in_CCSv5
I am attempting to set a breakpoint in davinci_mdio_probe() to debug the mdio driver in the kernel that came with the PSP for CA816X EVM. I can set the breakpoint in CCSv5, but Blackhawk emulator just run past the driver w/o stopping the processor. I can single step and see C source code display in main.c or process.c so I think the symbols were loaded correctly. What else can I do in order to break into a driver? The driver is built-in with the kernel and not loaded as a module.
Thanks,
Tri