
In message loom.20050712T193709-463@post.gmane.org you wrote:
However, when I try to run from 0xFC000000 or 0xFC000100 I get no display at all, and the BDM reads -TARGET: STOPPED. Also, when I try to just program to flash and then reset the board it seems as if no code is executing.
Don't try to run any code from any specific address at all. Let the CPU do what it wants to do. Force a reset, and then just single step in your debugger. I would be surprised if the CPU would not start at either 0x0100 or 0xFFF0100.
Can anyone verify that 0xFC000000 is the correct flash location for an EP885C?
It is as good as any other. You can map the flash basicly everywhere and get a working system.
Also, I am thinking that by resetting the hard reset configuration word, I could
Oops? I cannot parse that. Reset the HRCW? What exactly do you mean?
force the board to jump to the correct instruction location, but I am at a loss to figure out how to change the hrcw's value. Any help would be greatly
The HRCW is something you (resp. your hadrware) applies to the bus at reset. Study the schematics of your hw - this might be as simple as pull-ups or -downs (if your hw is half-broken), or some more sophisticated way to drive a certain value on the bus in this situation. Unless you use some prgrammable device fort his purpose you cannot "reset" the HRCW - and if you can change it, it will take effect only at the next reset. It will definitely not make the CPU "jump to the correct instruction location".
Best regards,
Wolfgang Denk