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 12 matches
CCS Forum Index
Author Message
  Topic: 16F1825 internal 32Mhz
Tasark

Replies: 5
Views: 12195

PostForum: General CCS C Discussion   Posted: Sat Apr 13, 2013 5:10 pm   Subject: 16F1825 internal 32Mhz
Compiler 4.138

I've tried this as well and can only get 8mhz no matter what I try. I'm not sure how to set the FOSC bits that are described in the datasheet. Any help?
  Topic: [solved] Problem with a delay_ms
Tasark

Replies: 12
Views: 11165

PostForum: General CCS C Discussion   Posted: Thu Feb 14, 2013 12:00 pm   Subject: [solved] Problem with a delay_ms
If you build the code with an explicit stack declaration:

#build (STACK=0x1000:0x1200)

I looked through the datasheet and couldn't find where it declares where the RAM is at address wise that ...
  Topic: CCS and MPLAB x 1.3
Tasark

Replies: 0
Views: 3676

PostForum: General CCS C Discussion   Posted: Mon Jul 09, 2012 10:03 am   Subject: CCS and MPLAB x 1.3
Has anyone gotten CCS to work correctly with MPLAB X? If so, how?

I can compile fine, but if I ever have any errors with my program, it doesn't go into the output of mplab x. Instead my output on m ...
  Topic: Speed up compile time with Libraries
Tasark

Replies: 5
Views: 6750

PostForum: General CCS C Discussion   Posted: Wed May 02, 2012 8:13 am   Subject: Speed up compile time with Libraries
Thanks RF_Developer that's what I was looking for, whether or not CCS had a linker or not. So it seems we can not create pre-compiled libraries like microchip can.
My project is locally compiling 50k ...
  Topic: Speed up compile time with Libraries
Tasark

Replies: 5
Views: 6750

PostForum: General CCS C Discussion   Posted: Mon Apr 30, 2012 2:26 pm   Subject: Speed up compile time with Libraries
I have a 50k+ project and it takes around 1 - 2 minutes to compile. Which is a huge burden each time I make a very small change. I'm looking at ways of reducing this time.

Is there a way to compile ...
  Topic: MPLAB X errors
Tasark

Replies: 0
Views: 2950

PostForum: General CCS C Discussion   Posted: Tue Jan 17, 2012 8:36 am   Subject: MPLAB X errors
I just got the official V1.0 release of MPLAB X and created a new project and immediently tried to compile it. It of course is missing a '#DEVICE' which was expected. What was not expected however was ...
  Topic: brown-out problem
Tasark

Replies: 2
Views: 5368

PostForum: General CCS C Discussion   Posted: Sun Oct 09, 2011 2:54 pm   Subject: brown-out problem
Ah that was exactly it. Thank you!
  Topic: brown-out problem
Tasark

Replies: 2
Views: 5368

PostForum: General CCS C Discussion   Posted: Sun Oct 09, 2011 12:35 pm   Subject: brown-out problem
In my code I have the following

#include 18f2520
#fuses HS, PUT, NOWDT, PROTECT, BROWNOUT, BORV27


I check the configuration bits in MPLAB, and I get the following
BOREN - Brown-out Reset Ena ...
  Topic: CCSLOAD program save problem
Tasark

Replies: 0
Views: 2672

PostForum: General CCS C Discussion   Posted: Tue Jun 28, 2011 11:56 am   Subject: CCSLOAD program save problem
I have a MachX from ccs and have been using it with no real problems. However I found a bug that if I programming a 3 volt processor we need to go into the settings page and move the slider to 3 volts ...
  Topic: Passing a string into a function
Tasark

Replies: 1
Views: 3086

PostForum: General CCS C Discussion   Posted: Fri Feb 04, 2011 9:52 am   Subject: Passing a string into a function
I was to do something like this.

foo( "This is a string" );

void foo( const char *string ) {
int x;
for( x = 0; string[x] != '\0'; x++ )
print ...
  Topic: 128x64 Graphical Display
Tasark

Replies: 3
Views: 6050

PostForum: General CCS C Discussion   Posted: Tue Jan 25, 2011 12:24 pm   Subject: 128x64 Graphical Display
I have found those and have been playing around with them. I was looking for something a little more complete. Progress Bars, Radio buttons, etc.

Was curious if I was going to have to make my own ...
  Topic: 128x64 Graphical Display
Tasark

Replies: 3
Views: 6050

PostForum: General CCS C Discussion   Posted: Tue Jan 25, 2011 10:18 am   Subject: 128x64 Graphical Display
I have a dot matrix display and am looking for some routines to speed up the graphical development. I have seen Microchip's Graphical Library but it seems to be for a full color large LCD where I am u ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group