2
\$\begingroup\$

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
\$\endgroup\$
3
  • 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\$ Commented Jul 8, 2013 at 17:38
  • \$\begingroup\$ I've done that please have a look \$\endgroup\$ Commented Jul 8, 2013 at 17:46
  • \$\begingroup\$ Re-install your proteus software. \$\endgroup\$ Commented Jul 9, 2013 at 3:41

1 Answer 1

1
\$\begingroup\$

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.

answered Jul 9, 2013 at 5:06
\$\endgroup\$

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.