Hi,
When I load this code into ROM and execute it on my 8085 based computer, it works fine. The LED connected to the SOD (serial output) lights and goes out:
START:
MVI A,C0 ; light the LED
SIM
MVI B,FF ; load the delay count into the B register
DELAY:
DCR B
JNZ DELAY...
I am an absolute beginner in Embedded Systems and I had an idea to test the Allwinner A83T processor with an bare bones board test and so I completed the design yesterday. But before I get it made by JLCPCB (because of $8 4 layer fabrication), I need somebody to tell me if this will boot and...
Hello everyone, I'm a graduating Elektrical Engineering student, for my last year project I have to develop an prototype for an automated testsystem for electronic drive lines.
I started this thread to get help and tips about building this system.
First of all , I should make some dynamic...