Author |
Message |
Topic: PICDEM FS USB bootloader and ex_usb_serial |
marcus.couceiro
Replies: 7
Views: 11940
|
Forum: General CCS C Discussion Posted: Thu Jul 05, 2012 7:02 pm Subject: PICDEM FS USB bootloader and ex_usb_serial |
Hi Guys,
I am sorry for my mistake. I never meant to break any posting rules.
I will be more careful next time.
Following you suggestions, I've modified the code in order to turn on a led whe ... |
Topic: PICDEM FS USB bootloader and ex_usb_serial |
marcus.couceiro
Replies: 7
Views: 11940
|
Forum: General CCS C Discussion Posted: Wed Jul 04, 2012 4:52 pm Subject: PICDEM FS USB bootloader and ex_usb_serial |
Hi temtronic,
Thank you once again. The .inf files could be found at Program Files\PICC\Drivers\...
When the software was loaded and the board was plugged on USB, Windows asked for the drivers a ... |
Topic: PICDEM FS USB bootloader and ex_usb_serial |
marcus.couceiro
Replies: 7
Views: 11940
|
Forum: General CCS C Discussion Posted: Wed Jul 04, 2012 12:34 pm Subject: PICDEM FS USB bootloader and ex_usb_serial |
Hi temtronic,
Thanks for your reply. Where can I get this .inf file you mentioned?
Regards |
Topic: PICDEM FS USB bootloader and ex_usb_serial |
marcus.couceiro
Replies: 7
Views: 11940
|
Forum: General CCS C Discussion Posted: Wed Jul 04, 2012 10:48 am Subject: PICDEM FS USB bootloader and ex_usb_serial |
Gentlemen,
I had recently built a generic PICDEM FS USB board using the 18F4550.
The bootloader code provided by Microchip was loaded and everything is working fine. I was able to use the Bootlo ... |
Topic: Problem using CCP1 |
marcus.couceiro
Replies: 2
Views: 4154
|
Forum: General CCS C Discussion Posted: Mon Feb 20, 2012 7:55 pm Subject: Problem using CCP1 |
Gentlemen,
I am trying to measure the period of a known frequency using the following code
#include <16F873.h>
#device adc=8
#FUSES NOWDT //No Watch Dog Timer
#FU ... |
Topic: Help with Frequency Counter |
marcus.couceiro
Replies: 17
Views: 23545
|
Forum: General CCS C Discussion Posted: Sat Jan 07, 2012 4:48 pm Subject: Help with Frequency Counter |
Hi ASMboy,
Thank you for your comments. I will implement them and see how it works.
I can imagine that people who has a lot of experience programming might think that the code is not correct for ... |
Topic: Help with Frequency Counter |
marcus.couceiro
Replies: 17
Views: 23545
|
Forum: General CCS C Discussion Posted: Sat Jan 07, 2012 9:31 am Subject: Help with Frequency Counter |
Gentlemen,
Sorry for the delay. Busy Days!
Here is the code you helped me to write.
#include <16F873.h> // Specifies the uP to be used
#FUSES NOWDT // Disable WatchDog Timer
#FU ... |
Topic: Help with Frequency Counter |
marcus.couceiro
Replies: 17
Views: 23545
|
Forum: General CCS C Discussion Posted: Thu Jan 05, 2012 3:59 am Subject: Help with Frequency Counter |
Hi PCM Programmer,
Thank you for the explanation. This was changed in the new version I will post when I get back home.
I was able to make the program work. The only limitation is that it can co ... |
Topic: Help with Frequency Counter |
marcus.couceiro
Replies: 17
Views: 23545
|
Forum: General CCS C Discussion Posted: Wed Jan 04, 2012 2:42 pm Subject: Help with Frequency Counter |
Hi Guys,
Thank you so much for your help.
PCM programmer, I realized that if one_second was supposed to count until 3096 I would have to change its type but thanks anyway. I already implemented ... |
Topic: Help with Frequency Counter |
marcus.couceiro
Replies: 17
Views: 23545
|
Forum: General CCS C Discussion Posted: Wed Jan 04, 2012 8:50 am Subject: Help with Frequency Counter |
Once again Temtronic, thank you for your help.
Asmboy, maybe you could read the first sentence after "Dear all,".
I am trying to learn so maybe instead of criticize only you could use ... |
Topic: Help with Frequency Counter |
marcus.couceiro
Replies: 17
Views: 23545
|
Forum: General CCS C Discussion Posted: Wed Jan 04, 2012 7:14 am Subject: Help with Frequency Counter |
Thank you for your help Temtronic,
Although not shown, the #use RS232 line was included in the code. I do not believe this is the problem.
As for Proteus, I have been simulating small programs w ... |
Topic: Help with Frequency Counter |
marcus.couceiro
Replies: 17
Views: 23545
|
Forum: General CCS C Discussion Posted: Wed Jan 04, 2012 6:25 am Subject: Help with Frequency Counter |
Dear All,
I am new to this PIC area so I would like to request your patience with my question.
I have been reading a lot of books regarding programming techniques and because of that tried to de ... |
|