Author |
Message |
Topic: pic18f23k22 and PIC KIT 3 |
rolox
Replies: 7
Views: 18596
|
Forum: General CCS C Discussion Posted: Sat Jun 04, 2016 10:40 am Subject: pic18f23k22 and PIC KIT 3 |
...finally fixed it..reinstalled MplabX...and check all my desktopshortcuts...as the "run as admin" flag got lost...guess that was the main problem after updating the CCS IDE :-( |
Topic: pic18f23k22 and PIC KIT 3 |
rolox
Replies: 7
Views: 18596
|
Forum: General CCS C Discussion Posted: Sat Jun 04, 2016 6:22 am Subject: pic18f23k22 and PIC KIT 3 |
...not really too much...of course the usual microsoft stuff on wednesdays, then 1 update of the CCS compiler IDE, 2 times Java and one time a MPLABX tool from CCS (yesterday).
You may be right - nev ... |
Topic: pic18f23k22 and PIC KIT 3 |
rolox
Replies: 7
Views: 18596
|
Forum: General CCS C Discussion Posted: Sat Jun 04, 2016 3:45 am Subject: pic18f23k22 and PIC KIT 3 |
...VCC applied - same pcb and project as weeks ago ..did not work on the project for several weeks, and then i had Updates of CCS IDE, MPLABX-tool and some java updates
Same prob when using CCSload s ... |
Topic: pic18f23k22 and PIC KIT 3 |
rolox
Replies: 7
Views: 18596
|
Forum: General CCS C Discussion Posted: Fri Jun 03, 2016 5:47 am Subject: pic18f23k22 and PIC KIT 3 |
Hi, was using 18F26K20 with PicKit3 without trouble - at least until about 6 weeks ago. Meanwhile, after some updates of CCS, it does not work anymore.
I have a message "Error : access violatio ... |
Topic: how to place larger arrays linear in RAM |
rolox
Replies: 3
Views: 7998
|
Forum: General CCS C Discussion Posted: Mon Mar 14, 2016 11:54 am Subject: how to place larger arrays linear in RAM |
thx to both.
In fact i started the project with a 16F1788 and had this issue with "segmentation" before , meanwhile switched to a 18F26K20 ...
greetings
roland |
Topic: how to place larger arrays linear in RAM |
rolox
Replies: 3
Views: 7998
|
Forum: General CCS C Discussion Posted: Sun Mar 13, 2016 3:55 pm Subject: how to place larger arrays linear in RAM |
Hi,
i have several arrays of structs in my prog (PIC18) like this f.e.
typedef struct
{
int8 Field0;
int8 Field1;
int8 Field2;
int ... |
Topic: Table in ROM PIC18 |
rolox
Replies: 4
Views: 8736
|
Forum: General CCS C Discussion Posted: Sat Nov 07, 2015 10:34 am Subject: Table in ROM PIC18 |
i can reproduce the effect in my "big" code, but not in a small test program.
If i include my font files in a method as follows, the RAM is used :
void InitFonts()
{
#i ... |
Topic: Table in ROM PIC18 |
rolox
Replies: 4
Views: 8736
|
Forum: General CCS C Discussion Posted: Sat Nov 07, 2015 9:56 am Subject: Table in ROM PIC18 |
compiler is 5.051 ...pretty up-to-date....
your example is the construction i'm using too ...
tried it with my font files too ...and fonts go to ROM as expected.
Now i have to check where the di ... |
Topic: Table in ROM PIC18 |
rolox
Replies: 4
Views: 8736
|
Forum: General CCS C Discussion Posted: Sat Nov 07, 2015 8:09 am Subject: Table in ROM PIC18 |
Hi,
i know, its a repeating topic, but could not find solution.
I'm changing from a PIC16F1877 to a PIC18F26K20
Changes in source are quite few - but i can't get my ROM tables work, the are created ... |
Topic: Delay calling IRQ handler ( CCP ) |
rolox
Replies: 6
Views: 11119
|
Forum: General CCS C Discussion Posted: Thu Jun 11, 2015 2:57 pm Subject: Delay calling IRQ handler ( CCP ) |
Thanks at all - good explanations - think i got it. Changed design according to this and latency is now constant enough for my needs. Also results are good enough when my PWM is changed every 500us in ... |
Topic: Delay calling IRQ handler ( CCP ) |
rolox
Replies: 6
Views: 11119
|
Forum: General CCS C Discussion Posted: Thu Jun 11, 2015 12:47 am Subject: Delay calling IRQ handler ( CCP ) |
ok ...adding an empty ISR for timer0 keeps the delay still constant - as it should be.
The explanation for that delay is understandable, and as long its quite constant, it doesn't matter when measuri ... |
Topic: Delay calling IRQ handler ( CCP ) |
rolox
Replies: 6
Views: 11119
|
Forum: General CCS C Discussion Posted: Wed Jun 10, 2015 7:29 am Subject: Delay calling IRQ handler ( CCP ) |
Hi,
i'm using CCP2 for measuring a short signal (some msec) with low frequency (some 100 Hz). It works as expected - but i noticed that it takes much longer than expected until the ISR is called.
... |
Topic: access to __DATE__ and __TIME__ |
rolox
Replies: 3
Views: 6985
|
Forum: General CCS C Discussion Posted: Mon Jan 26, 2015 9:18 am Subject: access to __DATE__ and __TIME__ |
Hello,
i thought of that - and works. Just wanted to save some ROM...
too bad that the compiler does just "something" with that defines without complaining |
Topic: access to __DATE__ and __TIME__ |
rolox
Replies: 3
Views: 6985
|
Forum: General CCS C Discussion Posted: Sun Jan 25, 2015 5:00 pm Subject: access to __DATE__ and __TIME__ |
Hello,
I'm trying to use __DATE__ and __TIME__ to create a user defined version number at compile time
I need to create the Version number like f.e. "V150125.2215"
is there a way to acces ... |
Topic: String/array crossing page/segment border |
rolox
Replies: 16
Views: 22373
|
Forum: General CCS C Discussion Posted: Thu Jan 15, 2015 5:15 am Subject: String/array crossing page/segment border |
solved : ROM Pointer in 5.036 wrong
I posted the problem to CCS support - the said it will be fixed in the next revision |
|