Author |
Message |
Topic: Math operation problem |
sergiofil
Replies: 2
Views: 4851
|
Forum: General CCS C Discussion Posted: Sun Oct 14, 2012 5:15 am Subject: Math operation problem |
Thanks for the explanation!
I have seen the _mul() function in manual, but i never tried to use it!
Best Regards,
Sérgio Silva |
Topic: Math operation problem |
sergiofil
Replies: 2
Views: 4851
|
Forum: General CCS C Discussion Posted: Sat Oct 13, 2012 6:45 pm Subject: Math operation problem |
Hi,
I'm programming a PIC18f4580 with PCH compiler and i was getting an unexpected performance by the pic. So, after debugging the code, I found the problem. It is the following math operation:
... |
Topic: timer1 count problem pic18f4580 |
sergiofil
Replies: 2
Views: 6283
|
Forum: General CCS C Discussion Posted: Thu Oct 27, 2011 4:52 am Subject: timer1 count problem pic18f4580 |
Hi all,
I'm programming timer1 on pic18f4580.
I want to make timer1 overflow every 10 usec. To analyze that, I use a led, and if led blink every 5 sec I know that it's correct.
So, I calculate ... |
|