Author |
Message |
Topic: 18F4620 pwm2, unable to generate a signal |
gudurix
Replies: 4
Views: 11273
|
Forum: General CCS C Discussion Posted: Tue Feb 14, 2017 11:20 am Subject: 18F4620 pwm2, unable to generate a signal |
Hi all:
I'm quite desperate with a very very simple question, but i am unable to solve the problem.
I had a longer program with several functionalities using 18F4520. The 18F4520 was into a PCB ... |
Topic: Relocate code of 18f4620 without bootloader |
gudurix
Replies: 5
Views: 9892
|
Forum: General CCS C Discussion Posted: Tue Jul 22, 2014 8:05 am Subject: Relocate code of 18f4620 without bootloader |
Thanks again:
Well I have tried the complete suggested solution:
First the bootloader part that I have burned with ICD3
ex_bootloader.c
#if defined(__PCM__)
#include <16F87 ... |
Topic: Relocate code of 18f4620 without bootloader |
gudurix
Replies: 5
Views: 9892
|
Forum: General CCS C Discussion Posted: Tue Jul 22, 2014 3:56 am Subject: Relocate code of 18f4620 without bootloader |
Thanks Ttelmah:
I have just tried EXACTLY what you suggest but without the bootloader part, just to see how it works
In this case, should the code work just with the build stament?
I just h ... |
Topic: Relocate code of 18f4620 without bootloader |
gudurix
Replies: 5
Views: 9892
|
Forum: General CCS C Discussion Posted: Tue Jul 22, 2014 2:08 am Subject: Relocate code of 18f4620 without bootloader |
Hi there:
I have a CCS code with a PIC 18F4620. It is working fine, with no problems. It's a medium size code to control a PCB : IO, RS232 communication, and different devices connected to the PCB. ... |
|