Author |
Message |
Topic: Fuses and bootloader??? |
Pota78
Replies: 2
Views: 4770
|
Forum: General CCS C Discussion Posted: Fri Dec 09, 2005 4:57 am Subject: Fuses and bootloader??? |
Thank you very much, that's what I thought...
Greatings,
Andrea |
Topic: Fuses and bootloader??? |
Pota78
Replies: 2
Views: 4770
|
Forum: General CCS C Discussion Posted: Fri Dec 09, 2005 1:39 am Subject: Fuses and bootloader??? |
Hi all,
I had loaded the tiny bootloader on a 18f4520 but now I need to change the value of some fuses. Do The fuses i set in the program code change the fuses values programmed into the pic when I ... |
Topic: Bootloader for a 18f4520 |
Pota78
Replies: 9
Views: 9985
|
Forum: General CCS C Discussion Posted: Fri Nov 11, 2005 8:54 am Subject: Bootloader for a 18f4520 |
I have choosen the right pic after the LIST directive (18f4520)
I have written the right oscillator frequency (in my case 8000000)
I have deleted the __config directives and I have re-written them w ... |
Topic: Bootloader for a 18f4520 |
Pota78
Replies: 9
Views: 9985
|
Forum: General CCS C Discussion Posted: Thu Nov 10, 2005 12:01 pm Subject: Bootloader for a 18f4520 |
Thank you, but I found the error in my customization of the tiny bootloader and now it works great
Thank you very much
Andrea |
Topic: Bootloader for a 18f4520 |
Pota78
Replies: 9
Views: 9985
|
Forum: General CCS C Discussion Posted: Thu Nov 10, 2005 4:13 am Subject: Bootloader for a 18f4520 |
I'm still here...
In the CCS bootloader I find this comment after the #use rs232 directive:
//Jumpers: 8 to 11, 7 to 12
what does it mean? |
Topic: Bootloader for a 18f4520 |
Pota78
Replies: 9
Views: 9985
|
Forum: General CCS C Discussion Posted: Thu Nov 10, 2005 4:11 am Subject: Bootloader for a 18f4520 |
Thank you very much... so, is there anyone else who could suggest me a working (and free) Bootloader for pic18f4520?
Andrew, my name is Andrea, the italian translation of Andrew, we have the same n ... |
Topic: Bootloader for a 18f4520 |
Pota78
Replies: 9
Views: 9985
|
Forum: General CCS C Discussion Posted: Thu Nov 10, 2005 3:39 am Subject: Bootloader for a 18f4520 |
From which code have you started from? If I ask you to send me your code I have not many possibilities that you send it to me, right?
By the way, what program did you use to send the hex file to ... |
Topic: Bootloader for a 18f4520 |
Pota78
Replies: 9
Views: 9985
|
Forum: General CCS C Discussion Posted: Thu Nov 10, 2005 3:12 am Subject: Bootloader for a 18f4520 |
Hi everyone, I read many post about Bootloaders but I'm not able to find a simple bootloader for the 18f4520...
Every bootloader I found is for 18f452 and I'm not sure the code is portable to his 0 f ... |
Topic: 18f452 to 18f4520 |
Pota78
Replies: 4
Views: 8089
|
Forum: General CCS C Discussion Posted: Tue Nov 08, 2005 1:53 am Subject: 18f452 to 18f4520 |
Ok, I downloaded another time the zip file and I was able to open it , thank you very much! |
Topic: 18f452 to 18f4520 |
Pota78
Replies: 4
Views: 8089
|
Forum: General CCS C Discussion Posted: Tue Nov 08, 2005 1:50 am Subject: 18f452 to 18f4520 |
Thank You very much, I tried to download winpic800 but the file I got is corrupted...
I found WinPicPr and it's very good (much more than ic-prog)... and I can use my jdm self-made programmer
C ... |
Topic: 18f452 to 18f4520 |
Pota78
Replies: 4
Views: 8089
|
Forum: General CCS C Discussion Posted: Mon Nov 07, 2005 9:42 am Subject: 18f452 to 18f4520 |
Hi everyone, probably is a silly question, but I don't know how to solve this problem, I'm getting crazy...
I had a 18f452 and I have ever programmed it with ic-prog and a jdm-compatible programmer.. ... |
Topic: Interrupts and variables... |
Pota78
Replies: 1
Views: 3822
|
Forum: General CCS C Discussion Posted: Sat Oct 29, 2005 1:42 am Subject: Interrupts and variables... |
Hi all, I'm using a 16F877A in combination with an AD7731 (A/D converter).
I need to measure the differential voltage from a wheatsone bridge... everything goes right, but after a interrupt arrives, ... |
Topic: Strange EEprom Errors.. |
Pota78
Replies: 6
Views: 6643
|
Forum: General CCS C Discussion Posted: Fri Oct 07, 2005 2:39 am Subject: Strange EEprom Errors.. |
Hi all, i'm experimenting some unusual and very strange errors with an EEprom...
I'm using a 16f877A and a 25lc640 eeprom and I have written some routines to write to and to read from the eeprom with ... |
Topic: Not enough ram for all variables???? |
Pota78
Replies: 4
Views: 6103
|
Forum: General CCS C Discussion Posted: Tue Sep 20, 2005 3:44 am Subject: Not enough ram for all variables???? |
Hi all, could anyone explain me why the code :
write_word_adc(mode_reg, int_full_scale | hiref | scala80mv |word_len|/*|unipolar*/ , true);
is perfectly functioning with 78% of ram oc ... |
Topic: numeric expression must appear? what!?!? where?!?! why!?!? |
Pota78
Replies: 5
Views: 7006
|
Forum: General CCS C Discussion Posted: Sat Sep 10, 2005 3:58 am Subject: numeric expression must appear? what!?!? where?!?! why!?!? |
You're right!!
the renamed function is perfect
Thank You Very Much!! |
|