CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 23 matches
CCS Forum Index
Author Message
  Topic: CCS with MPLABX
[email protected]

Replies: 8
Views: 17266

PostForum: General CCS C Discussion   Posted: Sun Mar 03, 2019 3:25 am   Subject: CCS with MPLABX
Sorry, forgot to mention that i installed MplabX ver 5.15

Thanks
  Topic: CCS with MPLABX
[email protected]

Replies: 8
Views: 17266

PostForum: General CCS C Discussion   Posted: Sun Mar 03, 2019 3:24 am   Subject: CCS with MPLABX
Well, the message: "Internet connection is not stable enough to download latest toolchain" is gone now. But, the CCS toolchain does not appear on the toolchain window.

Actually the CCS & ...
  Topic: CCS with MPLABX
[email protected]

Replies: 8
Views: 17266

PostForum: General CCS C Discussion   Posted: Thu Feb 28, 2019 6:43 am   Subject: CCS with MPLABX
Are you talking about ccs V4.20? or MPLABX V4.20?

Thanks
  Topic: CCS with MPLABX
[email protected]

Replies: 8
Views: 17266

PostForum: General CCS C Discussion   Posted: Sun Feb 24, 2019 8:46 am   Subject: CCS with MPLABX
Hi,

I have an old mplab v8.92 project with CCS ver 4.099.
I want to convert this project to MPLABX ver 4.15 but i keep getting the message: "Internet connection is not stable enough to downlo ...
  Topic: pic18f86j90 RB4 and RB5 pullups are read as 0
[email protected]

Replies: 2
Views: 9649

PostForum: General CCS C Discussion   Posted: Tue Oct 02, 2018 6:16 am   Subject: pic18f86j90 RB4 and RB5 pullups are read as 0
Sorry for misleading. The error is not in the code displayed above.

Case closed
  Topic: pic18f86j90 RB4 and RB5 pullups are read as 0
[email protected]

Replies: 2
Views: 9649

PostForum: General CCS C Discussion   Posted: Tue Oct 02, 2018 3:31 am   Subject: pic18f86j90 RB4 and RB5 pullups are read as 0
Hi,

I am using pic18f86j90 with CCS ver 4.099.

My firmware has some basic inits (like ports, A/D and some more modules) and then comes the following code:

if ((input(HW_KEY_OK) == 0)&& ...
  Topic: watchdog problem when moving to 18F86J90
[email protected]

Replies: 10
Views: 14510

PostForum: General CCS C Discussion   Posted: Wed Nov 11, 2015 8:03 am   Subject: watchdog problem when moving to 18F86J90
ok. thanks
  Topic: watchdog problem when moving to 18F86J90
[email protected]

Replies: 10
Views: 14510

PostForum: General CCS C Discussion   Posted: Wed Oct 28, 2015 8:10 am   Subject: watchdog problem when moving to 18F86J90
Again, the wrong configuration bits are in the 85 controller which works fine. The problem is with controller 18F86J90.

Do you know why initial code is different?

Gil
  Topic: watchdog problem when moving to 18F86J90
[email protected]

Replies: 10
Views: 14510

PostForum: General CCS C Discussion   Posted: Wed Oct 28, 2015 6:36 am   Subject: watchdog problem when moving to 18F86J90
Yes you are right. That's the reason why i removed it in the 86. Yet, i am not sure if the initial code and/or the configuration bit differences can affect the watchdog or timer0.

Gil
  Topic: watchdog problem when moving to 18F86J90
[email protected]

Replies: 10
Views: 14510

PostForum: General CCS C Discussion   Posted: Wed Oct 28, 2015 5:29 am   Subject: watchdog problem when moving to 18F86J90
...and the #fuses are exactly same for both controllers:

................ //#fuses HS, NOWDT, NOPROTECT, INTRC
................ #fuses HS
................ #fuses NOPROTECT, INTRC
........... ...
  Topic: watchdog problem when moving to 18F86J90
[email protected]

Replies: 10
Views: 14510

PostForum: General CCS C Discussion   Posted: Wed Oct 28, 2015 5:06 am   Subject: watchdog problem when moving to 18F86J90
Hi Jay,

i equalized both codes to be perfectly by 100% the same (except for the line: #include 18F8XJ90.h which are different).

Yet, i see difference in two sections:

section 1: in the config ...
  Topic: watchdog problem when moving to 18F86J90
[email protected]

Replies: 10
Views: 14510

PostForum: General CCS C Discussion   Posted: Mon Oct 26, 2015 5:03 am   Subject: watchdog problem when moving to 18F86J90
Hi,

Our company used 18F85J90 for the past 5 years with PCH 4.099.
Lately we moved to 18F86J90 (for more memory) with the same PCH version.

Suddenly we observe issue with WDT not waking up devi ...
  Topic: firmware crash upon adding single opcode
[email protected]

Replies: 1
Views: 4846

PostForum: General CCS C Discussion   Posted: Sun Jul 21, 2013 2:55 am   Subject: firmware crash upon adding single opcode
Hi,

I am using 18F25K22 with compiler PCH V4.118.

My code is stable and working good.

Today i had to add a small while loop to sample a "signal1" input every 1ms:

while(local ...
  Topic: functions inserted multiple times in code space
[email protected]

Replies: 2
Views: 4318

PostForum: General CCS C Discussion   Posted: Thu Dec 27, 2012 5:43 am   Subject: functions inserted multiple times in code space
Hi,

Compiling a CCS (ver 4.099) project for 18F85J90 and looking into the MPLAB disassembly listings shows that printf (and other functions) code appears as many times as it's called in the code. T ...
  Topic: timer1 interrupt does not fire
[email protected]

Replies: 1
Views: 3767

PostForum: General CCS C Discussion   Posted: Thu Dec 23, 2010 3:36 am   Subject: timer1 interrupt does not fire
Hi,

I am using pic16f882 with ccs PCM 4.077.

My application goes to sleep after finishes task.

Between sleeps (during the task) I need timer1 to fire an interrupt every ~33ms (see my code).
...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group