Author |
Message |
Topic: CCS compiler & MPLAB X ->data types mixing |
cagabit
Replies: 1
Views: 6217
|
Forum: General CCS C Discussion Posted: Mon Jan 12, 2015 12:38 am Subject: CCS compiler & MPLAB X ->data types mixing |
Hi,
Stuck with a project, using CCS compiler 5.015 with MPLAB X 2.26
This combination is forced itself since trying to debug PIC 24FJ128GB206, couldn't manage to work with ICD-U40 ( v5 ! ) and als ... |
Topic: CCS V5.019 and PICkit3 |
cagabit
Replies: 2
Views: 36483
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Sun Jan 11, 2015 2:46 pm Subject: CCS V5.019 and PICkit3 |
Hi,
Same problem !
Any progress or advice ?? |
Topic: USB CDC with 24f |
cagabit
Replies: 3
Views: 7507
|
Forum: General CCS C Discussion Posted: Fri Jan 09, 2015 4:34 am Subject: USB CDC with 24f |
Your answer is great Ttelmah, thank you.
For future reference:
First, I missed the init sub of USB i think, I was trying to init with the code,
usb_cdc_init();
which was the only ... |
Topic: USB CDC with 24f |
cagabit
Replies: 3
Views: 7507
|
Forum: General CCS C Discussion Posted: Thu Jan 08, 2015 10:52 pm Subject: USB CDC with 24f |
Hi,
Trying to implement USB CDC with 24FJ128GB206, compiler 5.015
Having 20Mhz crystal set the fuses :
#fuses NOWINDIS,NOWDT,ICSP3,NOWRT,NOPROTECT,NOJTAG
#fuses NOIESO,NOWPFP,NOWPDIS,NOWPCFG ... |
Topic: cant make it work the locate ! |
cagabit
Replies: 4
Views: 8686
|
Forum: General CCS C Discussion Posted: Sat Dec 20, 2014 7:52 am Subject: cant make it work the locate ! |
Thank you Ttelmah.
Really got the point, no need for ASM, the DIV and /256 trick will save my day i think. The time gain will be enough i think. |
Topic: cant make it work the locate ! |
cagabit
Replies: 4
Views: 8686
|
Forum: General CCS C Discussion Posted: Fri Dec 19, 2014 10:00 am Subject: cant make it work the locate ! |
Thanks, great summary.
Then i can directly test the function. The C code trying to convert is :
dat[1]=dat[1] * ktemp[1];
tt= logt[dat[1]];
if( ... |
Topic: cant make it work the locate ! |
cagabit
Replies: 4
Views: 8686
|
Forum: General CCS C Discussion Posted: Fri Dec 19, 2014 9:11 am Subject: cant make it work the locate ! |
Hi to all,
Have a project ongoing and have some timing performance problems. Thought to convert some math functions to ASM to gain some cycles. Not very experienced on ASM.
For pic 18f2550, usin ... |
|