Author |
Message |
Topic: Variables appear in "Reserved Memory" |
Liv
Replies: 0
Views: 3604
|
Forum: General CCS C Discussion Posted: Wed Sep 19, 2012 11:05 am Subject: Variables appear in "Reserved Memory" |
Variables defined in both global, or within a function, in debug, instead of there appears "Reserved Memory":
ICD 3, MPLAB IDE v8.87, PIC24FV32KA304, compiler CCS_PCH v4.113, Windows7
#i ... |
Topic: uncontrollable timer interrupt frequency |
Liv
Replies: 8
Views: 8403
|
Forum: General CCS C Discussion Posted: Wed May 09, 2012 1:40 pm Subject: uncontrollable timer interrupt frequency |
And that's precisely what I attempted to do.
Appreciate the assistance, as well, as the comments. |
Topic: uncontrollable timer interrupt frequency |
Liv
Replies: 8
Views: 8403
|
Forum: General CCS C Discussion Posted: Wed May 09, 2012 12:01 pm Subject: uncontrollable timer interrupt frequency |
The code is more them 18000 lines in 13 files…
The posted code is a collection of two isolated parts that I considered relevant.
Sorry for any confusion… and I hope that others can benefit too f ... |
Topic: uncontrollable timer interrupt frequency |
Liv
Replies: 8
Views: 8403
|
Forum: General CCS C Discussion Posted: Wed May 09, 2012 10:12 am Subject: uncontrollable timer interrupt frequency |
Mystery solved! location, location, location...
The clock definition was in the module that includes the main and initialization functions. The ISR is in different module. I copied the clock defini ... |
Topic: uncontrollable timer interrupt frequency |
Liv
Replies: 8
Views: 8403
|
Forum: General CCS C Discussion Posted: Wed May 09, 2012 8:09 am Subject: uncontrollable timer interrupt frequency |
From the ISR I toggle a led, and measure it’s contact voltage with an oscilloscope. |
Topic: uncontrollable timer interrupt frequency |
Liv
Replies: 8
Views: 8403
|
Forum: General CCS C Discussion Posted: Wed May 09, 2012 7:29 am Subject: uncontrollable timer interrupt frequency |
Greetings members,
It's my first, so be gentle
The following code generates a clock interrupt.
The problem is that the it's frequency is uncontrollable...
To my understanding beyond the set ... |
|