Hi Carlos,
Thank you for the information, but it doesn't really address my problem.
I have already created a PEX project, generated code, compiled and attempted to debug.
My issue is that it will not run. I am able to step through the reset handler, but at the branch to SystemInit it ends up at PC = 0xFFFFFFFE with no valid instructions.
At this point I've given up on it and moved on to the rest of my project.
I'm not using the PEX project directly, just using some of the generated code for component initialization.
All I really wanted to do was walk through the initialization code to see what order things were done in.
At this point I have my BSP code up and running.
Thanks again
Randy Hermes