Author |
Message |
Topic: multi dimensional array initialization |
dxrose86
Replies: 2
Views: 7468
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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 ... |
|