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 5 matches
CCS Forum Index
Author Message
  Topic: multi dimensional array initialization
dxrose86

Replies: 2
Views: 7468

PostForum: General CCS C Discussion   Posted: Wed Feb 24, 2010 2:48 pm   Subject: multi dimensional array initialization
Hello, has anyone used constant multidimensional arrays?
compiler v 4.099
Pic 18f26k20

const int gtable [][]= {
{0x05,0x37,0x51,0x65,0x77,0x87,0 ...
  Topic: Unions version 2
dxrose86

Replies: 2
Views: 3416

PostForum: General CCS C Discussion   Posted: Thu Jan 21, 2010 1:47 pm   Subject: Unions version 2
Processor Pic18f26K20
Compiler version 4.099

Problem: I am trying to use bit fields inside a union.
My program looks like

union {
int1 bright1;
int1 bright2;
int1 bright3;
int1 brigh ...
  Topic: Unions
dxrose86

Replies: 1
Views: 2603

PostForum: General CCS C Discussion   Posted: Wed Jan 20, 2010 4:48 pm   Subject: Unions
Hello I am using CCS v4.099 on a PIC18f26k20 processor. I am trying to compile a simple program with a union, and am getting the error message below the union.

union
{
int8 uByte& ...
  Topic: PIC18F26K20 PWM Routing
dxrose86

Replies: 1
Views: 4356

PostForum: General CCS C Discussion   Posted: Thu Dec 17, 2009 3:32 pm   Subject: PIC18F26K20 PWM Routing
CCS compiler version 4.099
Processor PIC18F26K20
I am trying to get a Pwm signal to output to a ECCP pin. Specifically Pin 1D. The Microchip manual has a register for routing PWM to this pin. PSTRCO ...
  Topic: ROM Tables on PIC184550
dxrose86

Replies: 1
Views: 3616

PostForum: General CCS C Discussion   Posted: Sun Mar 01, 2009 4:20 pm   Subject: ROM Tables on PIC184550
Hello,
I am trying to develope a program that needs to use a group of tables of 200 characters per table. i want to store these in ROM due to ram limitations. When I compile only the first three out ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group