Author |
Message |
Topic: Version 3.249 Manual? |
TEK66TIM
Replies: 7
Views: 6910
|
Forum: General CCS C Discussion Posted: Tue Feb 19, 2008 1:48 pm Subject: Version 3.249 Manual? |
Thanks PCM,
Just what I needed. Thanks to everyone for your fast reply.
Best Regards,
Tim |
Topic: Version 3.249 Manual? |
TEK66TIM
Replies: 7
Views: 6910
|
Forum: General CCS C Discussion Posted: Tue Feb 19, 2008 10:34 am Subject: Version 3.249 Manual? |
My install CD is quite old, I have upgraded several times to V3.249. Do you know if the downloaded upgrades include the most recent version of the manual?
Thanks |
Topic: Version 3.249 Manual? |
TEK66TIM
Replies: 7
Views: 6910
|
Forum: General CCS C Discussion Posted: Tue Feb 19, 2008 9:25 am Subject: Version 3.249 Manual? |
Does anyone know where I can download the V3.249 manual? I tried "google" for CCS V3 manual, found nothing.
Thanks |
Topic: Timer2 and relocated interrupt not working |
TEK66TIM
Replies: 11
Views: 10053
|
Forum: General CCS C Discussion Posted: Tue Nov 14, 2006 11:22 am Subject: Timer2 and relocated interrupt not working |
Hi Ttelmah,
I got it to work, thanks for the help.
Tim |
Topic: Timer2 and relocated interrupt not working |
TEK66TIM
Replies: 11
Views: 10053
|
Forum: General CCS C Discussion Posted: Tue Nov 14, 2006 10:31 am Subject: Timer2 and relocated interrupt not working |
I see that they also relocate the reset vector but in my bootloader I put the start-up for user code at the end of flash myself so the cpu_reset() in my user code goes back to the bootloader. My bootl ... |
Topic: Timer2 and relocated interrupt not working |
TEK66TIM
Replies: 11
Views: 10053
|
Forum: General CCS C Discussion Posted: Tue Nov 14, 2006 9:47 am Subject: Timer2 and relocated interrupt not working |
The code at the top of the post is my main code and it is set to start at address 0x2000, the first four startup locations are placed at the end of the code memory along with some flags used to hand t ... |
Topic: Timer2 and relocated interrupt not working |
TEK66TIM
Replies: 11
Views: 10053
|
Forum: General CCS C Discussion Posted: Tue Nov 14, 2006 8:48 am Subject: Timer2 and relocated interrupt not working |
Ok,
I tried in my bootloader the
#int_GLOBAL
void relocated_interrupt
{
goto_address (0x1000);
}
and the printf statement in my main code printed but I can't get th ... |
Topic: Timer2 and relocated interrupt not working |
TEK66TIM
Replies: 11
Views: 10053
|
Forum: General CCS C Discussion Posted: Tue Nov 14, 2006 8:08 am Subject: Timer2 and relocated interrupt not working |
Hi Ttelmah,
I thought about your post and added to my bootloader the following:
#int_GLOBAL
void relocated_interrupt
{
goto_address (0x1000);
}
and my interrupt and t ... |
Topic: Timer2 and relocated interrupt not working |
TEK66TIM
Replies: 11
Views: 10053
|
Forum: General CCS C Discussion Posted: Mon Nov 13, 2006 7:27 pm Subject: Timer2 and relocated interrupt not working |
Hi,
I'm trying to learn how to use interrupts from a timer here is my code
#include <18f4620.h>
#include <stdlib.h>
#fuses NOLVP, NOWDT, EC_IO, NOBROWNOUT
#ORG 0x2000, 0xFFFC ... |
Topic: 18lf4620 resets on it's own |
TEK66TIM
Replies: 2
Views: 4766
|
Forum: General CCS C Discussion Posted: Tue Sep 26, 2006 3:25 pm Subject: 18lf4620 resets on it's own |
Thanks for the quick reply, I think I found my problem, I use the Melabs Epic programmer and just updated the programmer software. The config programming was turned off, I set this to on and re-progra ... |
Topic: 18lf4620 resets on it's own |
TEK66TIM
Replies: 2
Views: 4766
|
Forum: General CCS C Discussion Posted: Tue Sep 26, 2006 3:06 pm Subject: 18lf4620 resets on it's own |
Hello all,
I have a 18lf4620 and it resets on it's own. I used the reset_cause() func and it tells me the WDT is responsible. I have NOWDT set in the fuses. Thanks in advance for any help, here is ... |
Topic: 18f252 array problem |
TEK66TIM
Replies: 2
Views: 6494
|
Forum: General CCS C Discussion Posted: Fri Feb 11, 2005 7:43 am Subject: 18f252 array problem |
Funny thing, I tried this ( two 135 byte arrays ) each array ran fine for the first 110 bytes, then produced junk. Then I tried two 100 byte arrays and one 70 byte array. the first array was fine the ... |
Topic: 18f252 array problem |
TEK66TIM
Replies: 2
Views: 6494
|
Forum: General CCS C Discussion Posted: Thu Feb 10, 2005 5:19 pm Subject: 18f252 array problem |
Hi, having a problem with arrays on the 18f252 part with compiler version
PCW 3.115 IDE version 3.21. The array reads back fine untill element 244
after 244 it reads back junk. I have tried the #loc ... |
Topic: iinChip Hardwired TCP/IP stack from Wiznet |
TEK66TIM
Replies: 2
Views: 6864
|
Forum: General CCS C Discussion Posted: Wed Nov 03, 2004 3:19 pm Subject: iinChip Hardwired TCP/IP stack from Wiznet |
Has anyone used this chip (W3100A) with a PIC micro? I'm looking for some sample code to help me implement the chip with it's I2C interface. |
|