Author |
Message |
Topic: Get ticks |
MJ
Replies: 8
Views: 6069
|
Forum: General CCS C Discussion Posted: Fri Nov 22, 2024 3:32 am Subject: Get ticks |
Thanks, that's a really good explanation. I know how the PIC works, I have been using them for decades in assembly and basic compilers. It doesn't specifically state how it is physically incremented ... |
Topic: Get ticks |
MJ
Replies: 8
Views: 6069
|
Forum: General CCS C Discussion Posted: Fri Nov 22, 2024 2:36 am Subject: Get ticks |
wow, are you normally this condescending to new users? Not everyone is a pro coder using CCS. The functions don't explain how the tick timer is incremented and updated. |
Topic: Multiple USB CDC interfaces in one PIC24 |
MJ
Replies: 11
Views: 6900
|
Forum: General CCS C Discussion Posted: Fri Nov 22, 2024 2:19 am Subject: Multiple USB CDC interfaces in one PIC24 |
I had the same issue in Windows and, in the end, opted for one USB and a CP2102 to the serial port, both running CDC. If cost is an issue, then you can use the cheaper WCH USB-Serial parts, but you ca ... |
Topic: Get ticks |
MJ
Replies: 8
Views: 6069
|
Forum: General CCS C Discussion Posted: Thu Oct 17, 2024 7:48 am Subject: Get ticks |
Thanks, the manual still doesn't clearly explain how the function works. I tested it with the ICD and understand how it functions now. |
Topic: Get ticks |
MJ
Replies: 8
Views: 6069
|
Forum: General CCS C Discussion Posted: Wed Oct 16, 2024 4:44 pm Subject: Get ticks |
Hi chaps, I'm new to CCS and am getting congrats with the built in functions.
How does the get-ticks() and set_ticks() functions work and how is it related to the timer ticks and the size of the ... |
|