Posted on May 17, 2011 at 12:10Wade, I don't entirely understand what you mean. Was your code written in C? If so, do you just mean that you see symbols in the assembly that didn't exist in your C code? There are a number of reasons for this. The f...
Posted on May 17, 2011 at 12:09Jan, Wow... good find, although something doesn't entirely jive with it for me. I had my application setup to have primary flash in both program and data space at startup (and I also have my RAM mapped from 0x0000-0x7...
Posted on May 17, 2011 at 12:09Wek, Clearly Kubrt misunderstood what you were trying to tell him about your situation. The priority scheme is only important if you have a given control line (RD, WR, PSEN) mapped to TWO different types of memory at ...
Posted on May 17, 2011 at 12:08pbt1668, You're doing essentially the right thing to write data to the port, but you need to set them up correctly beforehand. CSIOP+0x04 is the right address for the data, but you need to set them to MCU I/O mode usi...
Posted on May 17, 2011 at 12:08tracman, The reset state of all the pins on the 8032 (and hence the uPSD) is HI. You can set it to low by writing a 0 to it. Perhaps I'm not understanding what you mean?