CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Problem with programming the chip

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
rikotech8



Joined: 10 Dec 2011
Posts: 376
Location: Sofiq,Bulgariq

View user's profile Send private message

Problem with programming the chip
PostPosted: Sat Mar 31, 2012 3:25 am     Reply with quote

I use CCS compiler IDE 4.114.
The programming device is Brenner.
I wrote a code, and simulate this code at ISIS Proteus. Then i attempt to put the hex file into a chip memory. Errors occurred during writing the chip.
I tried with another chip of the same type, but the error occurs again.
Here is the errors:
Quote:

Start to program FLASH## 25 error(s)
Start write Configuration## 3 error(s)


and here is the code:
Code:

#include <18f2431.h>
#fuses NOWDT,INTRC,NOBROWNOUT,NOMCLR
#use delay(internal=8M)
void main()
{
while(true)
   {
   output_toggle(pin_a1);
   delay_ms(500);
   }
}

I wonder, if that errors would be occurs due to disorder in my program.
The programing device support that chip. Any idea?
Thx in advance!
temtronic



Joined: 01 Jul 2010
Posts: 9162
Location: Greensville,Ontario

View user's profile Send private message

PostPosted: Sat Mar 31, 2012 7:39 am     Reply with quote

You should post a link to the programmer's website.
hmm 25 errors.. WHY not just say WHAT the errors are???
rikotech8



Joined: 10 Dec 2011
Posts: 376
Location: Sofiq,Bulgariq

View user's profile Send private message

PostPosted: Sat Mar 31, 2012 10:57 am     Reply with quote

Mhmm. Ok i start to searching programmers forum!
I hope there is a solution.
SherpaDoug



Joined: 07 Sep 2003
Posts: 1640
Location: Cape Cod Mass USA

View user's profile Send private message

PostPosted: Sat Mar 31, 2012 2:35 pm     Reply with quote

If you give us a link to the manufacturer's web page for this programmer we would be able to compare it to programmers we use and see where problems may lie.
_________________
The search for better is endless. Instead simply find very good and get the job done.
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Sat Mar 31, 2012 2:49 pm     Reply with quote

This is not a CCS issue. I think the Brenner programmer is a home-built
programmer.

You should use Google to search for answers. Use Google to find a
forum that discusses Brenner programmers. I did a quick search and
found this forum:
http://www.edaboard.com/thread109867.html
rikotech8



Joined: 10 Dec 2011
Posts: 376
Location: Sofiq,Bulgariq

View user's profile Send private message

PostPosted: Wed Apr 18, 2012 3:33 am     Reply with quote

Ok. thanks!
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group