Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Proteus 8.2 SP2 Simulation Problem for PIC16f676

Status
Not open for further replies.

hood171

Newbie level 1
Joined
Oct 6, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,291
Hi, you can solve this problem, or does anyone know how to solve it?
I'm having the same problem in Proteus 8.2 SP2, and at the end of compilation see that startup.as and Debug.as files have been removed:

Microchip MPLAB C Compiler XC8 (PRO Mode) v1.34
Build date: 16 Feb 2015
Part Support Version: 1:34
Copyright (C) 2015 Microchip Technology Inc.

Memory Summary:
**** Program space used 5D5h (1493) of 800h words (72.9%)
**** Data used space 64h (100) bytes of E0h (44.6%)
**** EEPROM space used 0h (0) of 80h bytes (0.0%)
**** Data stack space used 0h (0) bytes of 4Ah (0.0%)
**** Configuration bits used 1h (1) of 1h word (100.0%)
**** Location ID space used 0h (0) bytes of 4h (0.0%)

rm startup.as
rm Debug.as
Compiled successfully.


All work fine some days ago, and I don't know what happened.
I already try to reinstall Proteus, but still not work.


Reference to previous thread: https://www.edaboard.com/threads/340535/

Hi all,
I have been simulating hitech compiler pic codes using PROTEUS. I have simulated many PICs. All working fine till i simulated pic16f676.

I am using proteus 7.8 sp2 and hitech compiler v9.83

It reads
[COFF] Could not load source file 'startup.as'.
and no simulation .

The code is compiled without any errors. Any Simple Code shows the same error.
A Tested Example is

#include <htc.h>
__CONFIG(FOSC_INTRCIO & WDTE_OFF & PWRTE_ON & BOREN_OFF);
#define _XTAL_FREQ 4000000
#include "lcd.h"
void main()
{
ANSEL=0x00;
TRISC=0;
PORTC=0x2a;

}
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top