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 CCS Technical Support

Search found 3 matches
CCS Forum Index
Author Message
  Topic: BUG in WRITE_PROGRAM_MEMORY at PIC18F4520 !
faessler

Replies: 1
Views: 8454

PostForum: General CCS C Discussion   Posted: Fri Jan 21, 2005 10:59 am   Subject: BUG in WRITE_PROGRAM_MEMORY at PIC18F4520 !
Hello,

we use the PIC 18 CCS Compiler V3.216 Windows with MPLab 7.
In our Project we use now the PIC18(L)F4520 with 25MHz Clock.

We recompiled our Bootloader from the PIC18F452.

The Problem ...
  Topic: Variable watchdog resistent (reset resistent)
faessler

Replies: 2
Views: 7885

PostForum: General CCS C Discussion   Posted: Mon Aug 09, 2004 2:43 am   Subject: Variable watchdog resistent (reset resistent)
Hello,

it is possible to use a variable after reset or watchdog ?

example:
int testvar;

...

if (restart_cause() == WDT_TIMEOUT)
{
testvar++;
if (testvar == 5)
printf ("Ohh w ...
  Topic: Problem with my Bootloader PIC18
faessler

Replies: 1
Views: 9795

PostForum: General CCS C Discussion   Posted: Mon Apr 05, 2004 12:29 am   Subject: Problem with my Bootloader PIC18
Hello,

i wrote an bootloader and he works fine. today I want to compile again and i get an ERROR

invalid Org range

My Code:
//#ORG 0x0006,0x001e
void IRQ1()
{
#asm
goto 0x2008
nop ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group