Hi,
I added the following code into RCW,
.pbi
// Write to CCSR (Configuration and Control Space)
// Syntax: <address> <value>
write 0x02310000, 0x1D0000 // Set GPIO GPIO2_15,13,12,11
// Wait command to allow hardware to settle
wait 1000
// Final command to flush PBI
flush
.end
Can someone review my changes?
After I flashed firmware, it fails to reset the board. On board RED led keeps flashing. I had to re-program the board. But BANK-0 fails, only BANK-1 still programmable.
Not sure, if the above code is causing the problem and damaging bank-0?
Thank you,
dz_tiger