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 70 matches
CCS Forum Index
Author Message
  Topic: WDT Issue on 12F683
nmeyer

Replies: 7
Views: 8613

PostForum: General CCS C Discussion   Posted: Fri Apr 09, 2010 9:27 am   Subject: WDT Issue on 12F683
Yes, that code does work. I have gone and stripped my code down and started adding things back in. I have it working as I intend for it to work at this point. I am not really sure what is different ...
  Topic: WDT Issue on 12F683
nmeyer

Replies: 7
Views: 8613

PostForum: General CCS C Discussion   Posted: Thu Apr 08, 2010 4:33 pm   Subject: WDT Issue on 12F683
Yeah, I remember that. I was never able to get the WDT and the int_timer0 to work on that one either. I ended up turning off the WDT totally. I am reading that some parts share RTCC and WDT and I a ...
  Topic: WDT Issue on 12F683
nmeyer

Replies: 7
Views: 8613

PostForum: General CCS C Discussion   Posted: Thu Apr 08, 2010 3:50 pm   Subject: WDT Issue on 12F683
Here is a shorter version. If the WDT is set to Off and the setup_wdt(wdt_2304ms) is commented out, the program will count up to 5 seconds and turn on the LED and go to sleep, but since the wdt is no ...
  Topic: WDT Issue on 12F683
nmeyer

Replies: 7
Views: 8613

PostForum: General CCS C Discussion   Posted: Wed Apr 07, 2010 4:27 pm   Subject: WDT Issue on 12F683
I am having an issue with a the WDT and timer0 on the 12F683. I have a timer0 INT that i want to use to count seconds and after a preset time, turn off my output and put the chip to sleep. I want to ...
  Topic: Built-in Functions, code location?
nmeyer

Replies: 1
Views: 3308

PostForum: General CCS C Discussion   Posted: Mon Dec 28, 2009 5:47 pm   Subject: Built-in Functions, code location?
I am wondering if it is possible to get the code for the built-in functions? Is this located some where within my directory that I can look at? I am mostly interested in I2C_read() and I2C_write(). ...
  Topic: PIC16F690 I2C and compiler versions
nmeyer

Replies: 6
Views: 8414

PostForum: General CCS C Discussion   Posted: Tue Dec 15, 2009 2:50 pm   Subject: PIC16F690 I2C and compiler versions
I am not sure what is going on. I have three different computers one with V4.062, one with V4.086 and another with V4.093. The one with V4.093 compiles it correctly and gives a good work file. No m ...
  Topic: PIC16F690 I2C and compiler versions
nmeyer

Replies: 6
Views: 8414

PostForum: General CCS C Discussion   Posted: Tue Dec 15, 2009 1:07 pm   Subject: PIC16F690 I2C and compiler versions
yes, i do get the same thing

.................... void ssp_isr(void)
.................... {
.................... int8 state;
....................
.................... state ...
  Topic: PIC16F690 I2C and compiler versions
nmeyer

Replies: 6
Views: 8414

PostForum: General CCS C Discussion   Posted: Tue Dec 15, 2009 12:44 pm   Subject: PIC16F690 I2C and compiler versions
I have looked at this and it is the same source code. I found that it was compiler V4.062 that I made the original files in and I do have that version. So I have recompiled the program and performed ...
  Topic: PIC16F690 I2C and compiler versions
nmeyer

Replies: 6
Views: 8414

PostForum: General CCS C Discussion   Posted: Tue Dec 15, 2009 10:31 am   Subject: PIC16F690 I2C and compiler versions
I have a project where I am using the I2C of the PIC16F690 using

#use i2c(SLAVE,FORCE_HW,fast,sda=PIN_B4,scl=PIN_B6,address=0x12,RESTART_WDT,stream=ex)

for my I2C. I worked on the proj ...
  Topic: Help Needed with Bootloader to External memory!
nmeyer

Replies: 3
Views: 5847

PostForum: General CCS C Discussion   Posted: Fri Jan 16, 2009 11:04 am   Subject: Help Needed with Bootloader to External memory!
Thanks for you comments. I know the code in the previous post is long, but i could not fully display the issue by make some short program and posting it. I have been working this same issue since No ...
  Topic: Help Needed with Bootloader to External memory!
nmeyer

Replies: 3
Views: 5847

PostForum: General CCS C Discussion   Posted: Thu Jan 15, 2009 4:46 pm   Subject: Help Needed with Bootloader to External memory!
I have been trying unscucessfully to modify the ccs bootloader to use it to switch over between internal and external flash memory on the 18F8722. I have another post that has some of my code
http:/ ...
  Topic: Bootloader for loading External Memory (18F8722)
nmeyer

Replies: 0
Views: 5086

PostForum: General CCS C Discussion   Posted: Fri Jan 09, 2009 9:21 am   Subject: Bootloader for loading External Memory (18F8722)
I have posted some other posts about the PIC18F8722 and extended memory. I have been having issues with this, but through seaching the forum and some support from CCS I have made some progress. Howe ...
  Topic: Help Needed-PIC18F8722 and Extended Memory
nmeyer

Replies: 1
Views: 3152

PostForum: General CCS C Discussion   Posted: Fri Jan 02, 2009 11:22 am   Subject: Help Needed-PIC18F8722 and Extended Memory
Hi, I have been trying to set up the pic18f8722 with the extended memory to use external flash for program space. I would like the flash in the chip to fill with program code and then flow over into ...
  Topic: extended Memory for 18F8722
nmeyer

Replies: 1
Views: 3558

PostForum: General CCS C Discussion   Posted: Mon Nov 03, 2008 9:49 am   Subject: extended Memory for 18F8722
Hello,
I am trying to implement a project where I want to use the extended memory mode of the PIC18F8722. I am also using a bootloader for this project, which is the CCS ex_bootloader.c program. I ...
  Topic: V. 4.078 eeprom write issue?
nmeyer

Replies: 2
Views: 4390

PostForum: General CCS C Discussion   Posted: Wed Aug 27, 2008 7:39 am   Subject: V. 4.078 eeprom write issue?
I was able to get it working. I forgot that i had an include file that was in the Devices folder that i had modifed and did not rename. Therefore when i loaded the new version, it overwrote the modi ...
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group