\$\begingroup\$
\$\endgroup\$
3
How do i simulate the PIC controller after compiling code in MPLAB? COde is :-
#include "16F877A.h"
void main()
{
output_D(255);
}
When i add this file to PIC in proteus i got this as an error:
- "EXTERNAL MODEL DLL "PIC16DLL" NOT FOUND
- SIMULATION FAILED DUE TO FATAL SIMULATOR ERRORS
enter image description here
jippie
33.6k18 gold badges97 silver badges162 bronze badges
asked Jul 8, 2013 at 16:06
-
1\$\begingroup\$ How about pasting the messages as text instead of an oversized screenshot, so people may actually read them, you actually might get an answer and others can find the question when they Google for it? \$\endgroup\$jippie– jippie2013年07月08日 17:38:14 +00:00Commented Jul 8, 2013 at 17:38
-
\$\begingroup\$ I've done that please have a look \$\endgroup\$user75736– user757362013年07月08日 17:46:55 +00:00Commented Jul 8, 2013 at 17:46
-
\$\begingroup\$ Re-install your proteus software. \$\endgroup\$Leonardo Reinoso– Leonardo Reinoso2013年07月09日 03:41:10 +00:00Commented Jul 9, 2013 at 3:41
1 Answer 1
\$\begingroup\$
\$\endgroup\$
you don't have the files that are used to simulate the various mcu's installed correctly. either the files aren't included with your installation, they are in a seperate file, or just pay attention to install options and reinstall.
lang-c