I would like example schematics using the MCBx51 Evaluation board to interface with any kind of memory mapped I/O using the E400 CS Signal.
Jon, I am frustrated. Please address my question. Mabe you shuld read it again. I also asked this question by phone and recieved basically the same reply via E-Mail. Of course I have examined the board schematics and understand them FULLY. Does your Mother Company not allow you to give out example scematics? signed.... A current registered owner of PK51 David P. Mitchell
Please address my question. Mabe you shuld read it again. I also asked this question by phone and recieved basically the same reply via E-Mail. Of course I have examined the board schematics and understand them FULLY. Dear David, I'm sorry you are frustrated with this problem. Our support personnel spend a great deal of time helping customers use our products. They do not have any extra time to spend teaching how to design schematics or write programs. Fortunately, we offer training courses that do address these topics. While we don't get into teaching how to use schematic capture software, the classes are tailored to the students ( http://www.keil.com/training ). I'm sure we could accommodate your request to wire-up an I/O device with the MCBx51 board. I cannot provide you with schematics for an I/O device using the CS for E400-E7FF. However, I can provide you with a few tips:
#include <absacc.h> void main (void) { while (1) { XBYTE[0xE000]=0xAA; } }