Author |
Message |
Topic: Count How many times program goes into interrupt |
Micro_Guy
Replies: 3
Views: 11219
|
Forum: General CCS C Discussion Posted: Thu Sep 08, 2016 12:54 am Subject: Count How many times program goes into interrupt |
I'm testing this by running the program in Step mode and monitoring the value of "Count".
I think something weird was going on with my compiler because the code seems to update "Coun ... |
Topic: Count How many times program goes into interrupt |
Micro_Guy
Replies: 3
Views: 11219
|
Forum: General CCS C Discussion Posted: Wed Sep 07, 2016 3:29 am Subject: Count How many times program goes into interrupt |
Hi guys,
I'm trying to figure out a way how to count how many times a program executes an ISR.
Here's the best I could come up with, but it's not working.
Any help/mentoring is greatly apprec ... |
Topic: Image Location on 128x64 GLD Display |
Micro_Guy
Replies: 3
Views: 7534
|
Forum: General CCS C Discussion Posted: Wed Aug 19, 2015 11:59 pm Subject: Image Location on 128x64 GLD Display |
Sucess!!!
Thanks PCM Programmer!!!
Do you think you could shine some insight as to what's going on with the following code.
if(imagem==1){
for( i = 0 ; i < 6 ... |
Topic: Image Location on 128x64 GLD Display |
Micro_Guy
Replies: 3
Views: 7534
|
Forum: General CCS C Discussion Posted: Wed Aug 19, 2015 11:17 pm Subject: Image Location on 128x64 GLD Display |
Hi Guys,
Typically when we want to display an image onto a 128x64 GLCD the byte array size is 64X16. To save space, I have a small image byte array 22x3. I would like to know how I can control wher ... |
Topic: Ramp-Up PWM with Interrupt |
Micro_Guy
Replies: 5
Views: 9200
|
Forum: General CCS C Discussion Posted: Mon Aug 10, 2015 7:55 pm Subject: Ramp-Up PWM with Interrupt |
I will end up using the hardware CCP/PWM and I'm already quite familiar with how ccp/pwm works.
I am trying to implement this with an interrupt to better understand how interrupts work. This is ... |
Topic: Ramp-Up PWM with Interrupt |
Micro_Guy
Replies: 5
Views: 9200
|
Forum: General CCS C Discussion Posted: Mon Aug 10, 2015 3:21 pm Subject: Ramp-Up PWM with Interrupt |
Currently I just have an Oscilloscope connected to Output B1 to monitor the PWM.
The objective will be to have an LED dim on. I realize i will have to play with the period and transition time to a ... |
Topic: Ramp-Up PWM with Interrupt |
Micro_Guy
Replies: 5
Views: 9200
|
Forum: General CCS C Discussion Posted: Mon Aug 10, 2015 1:01 am Subject: Ramp-Up PWM with Interrupt |
Hi Guys,
I'd like to implement a Ramp-Up PWM signal using timer interrupts. I've already done this with the PWM CCP module and would like to do this with interrupts this time.
I'm using pic16f ... |
Topic: Interrupt Tutorials |
Micro_Guy
Replies: 7
Views: 13724
|
Forum: General CCS C Discussion Posted: Mon Aug 10, 2015 12:32 am Subject: Interrupt Tutorials |
These tips have already proven very beneficial. Thanks for all your help. Always glad to learn more. |
Topic: Interrupt Tutorials |
Micro_Guy
Replies: 7
Views: 13724
|
Forum: General CCS C Discussion Posted: Fri Aug 07, 2015 11:45 pm Subject: Interrupt Tutorials |
These are all very helpful and greatly appreciated, Thanks everyone! |
Topic: Interrupt Tutorials |
Micro_Guy
Replies: 7
Views: 13724
|
Forum: General CCS C Discussion Posted: Fri Aug 07, 2015 12:42 am Subject: Interrupt Tutorials |
Hey guys,
Could someone provide me with or point me to a good Interrupt tutorial. I would like to become more familiar with Interrupts. I understand the concept of interrupts what I feel I'm missin ... |
|