This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Possible problem in START_V2.A66 chip select initialization

The chip select initialization code in START_V2.A66 enables the chip selects before the ADDRSEL registers are programmed. I was single stepping using OCDS and noticed the disassembly changed when CS1 was enabled. I moved the ADDRSEL initialization to before the FCONCS1 and TCONCS1 initialization and the problem went away.