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 16 matches
CCS Forum Index
Author Message
  Topic: Dead part on ICD-64, trying to figure out what the part is..
wayneosdias

Replies: 3
Views: 39084

PostForum: CCS ICD / Mach X / Load-n-Go   Posted: Fri Jul 23, 2010 1:23 pm   Subject: Re: thanks
I swear I tried that! It looks like the SSOP package. The function
sounds right though, a bus buffer. I will replace them and let everyone
know if it works.

I've gone thru this, I used digik ...
  Topic: Help w/ #bit please SOLVED
wayneosdias

Replies: 4
Views: 5921

PostForum: General CCS C Discussion   Posted: Wed Sep 17, 2008 8:55 am   Subject: Help w/ #bit please SOLVED


2) You don't actually want CKE turned on...



Yes you are correct, I had an #IFDEF setting CKE to a diff value for a diff app w/o a closing #ENDIF, so the output_high was actually killing it ...
  Topic: Already define file header, but still "Undefined identi
wayneosdias

Replies: 11
Views: 17331

PostForum: General CCS C Discussion   Posted: Tue Sep 16, 2008 5:01 pm   Subject: Already define file header, but still "Undefined identi
Look in the A/D section of the PIC data sheet. It shows the PCFGx
bits are in the bottom 4 bits of the ADCON1 register:

REGISTER 17-2: ADCON1 REGISTER

7 6 5 4 3 2 ...
  Topic: Already define file header, but still "Undefined identi
wayneosdias

Replies: 11
Views: 17331

PostForum: General CCS C Discussion   Posted: Tue Sep 16, 2008 4:23 pm   Subject: Already define file header, but still "Undefined identi
Yes, there is. Put the compiler in "symbolic" mode for the List file format.
Then compile a program. Look at the .LST file and see the results.
This shows exactly what the compiler is d ...
  Topic: Already define file header, but still "Undefined identi
wayneosdias

Replies: 11
Views: 17331

PostForum: General CCS C Discussion   Posted: Tue Sep 16, 2008 3:56 pm   Subject: Already define file header, but still "Undefined identi
The standard CCS include files don't contain register names because CCS follows a different philosophy. Instead of writing to the registers CCS provides wrapper functions that are 'functionality based ...
  Topic: Help w/ #bit please SOLVED
wayneosdias

Replies: 4
Views: 5921

PostForum: General CCS C Discussion   Posted: Tue Sep 16, 2008 2:45 pm   Subject: Help w/ #bit please SOLVED
output_high(CKE)
This will never work. The output_high() function expects a parameter in
the CCS pin number format.

I suspect that you really mean the output_bit() function. But that funct ...
  Topic: Help w/ #bit please SOLVED
wayneosdias

Replies: 4
Views: 5921

PostForum: General CCS C Discussion   Posted: Tue Sep 16, 2008 2:17 pm   Subject: Help w/ #bit please SOLVED
Using PCH4.078 PIC18F4423

declared in header:

#bit CKE = 0xFC7.6
#define TRUE 1


in app:

CKE = TRUE;


While the above compiles fine, it doesnt execute correctly in circuit. This do ...
  Topic: setup_psp(), Unidentified Identifier?
wayneosdias

Replies: 2
Views: 5921

PostForum: General CCS C Discussion   Posted: Wed Sep 03, 2008 4:17 pm   Subject: setup_psp(), Unidentified Identifier?
I'm porting code from the 16C76 to the 18F4423, the original code has been in use for some time w/o issue. I have reconfigured the config bits for the new chip, but i keep getting the following error ...
  Topic: Ethernet non-server
wayneosdias

Replies: 5
Views: 5391

PostForum: General CCS C Discussion   Posted: Sat Jun 07, 2008 12:53 pm   Subject: Ethernet non-server
Thanks Andrew

Excellent suggestion.
Using the microchip TCPIP wizard I was able to strip down the demo to DHCP and Telnet and com via dos cmd. I think this is the best route to pursue for our purp ...
  Topic: Ethernet non-server
wayneosdias

Replies: 5
Views: 5391

PostForum: General CCS C Discussion   Posted: Fri Jun 06, 2008 5:57 pm   Subject: Ethernet non-server
Thanks Andrew

I have been reading the EthernetComplete by JA and from what I gather TCP would be the way to go . Theoretically I feel ok, but microchip keeps updateing the stack, currently v4.5, s ...
  Topic: Ethernet non-server
wayneosdias

Replies: 5
Views: 5391

PostForum: General CCS C Discussion   Posted: Fri Jun 06, 2008 2:07 pm   Subject: Ethernet non-server
Been playing around w/the picdem.net 2 board and the various versions of the TCPIP stack and reading the AN833 doc. Still I cant seem to figure out a simple way to proceed w/my project.

I want to ...
  Topic: UART pin mapping or SW UART
wayneosdias

Replies: 0
Views: 2989

PostForum: General CCS C Discussion   Posted: Fri Jan 11, 2008 8:31 pm   Subject: UART pin mapping or SW UART
Need to comm between PC and multiple PICs using a PIC based comm hub, SPI is in use and not available.

With only UART available I see my options as SW UART w/18f or pin mapping using 24fj.

Id pr ...
  Topic: Compiler Download
wayneosdias

Replies: 6
Views: 5820

PostForum: General CCS C Discussion   Posted: Wed Nov 28, 2007 11:27 pm   Subject: Compiler Download

fuzzy logic ...(or other embedded controller) that currently supports it at the hardware level.

Motorolla, now Freescale, s12 uC's have a 4 instruction fuzzy set. Very ez and powerful. Its nice b ...
  Topic: Compiler Download
wayneosdias

Replies: 6
Views: 5820

PostForum: General CCS C Discussion   Posted: Wed Nov 28, 2007 9:54 pm   Subject: Compiler Download
By the way, is there any PIC that offers a fuzzy instruction set?

Wayne
  Topic: Compiler Download
wayneosdias

Replies: 6
Views: 5820

PostForum: General CCS C Discussion   Posted: Wed Nov 28, 2007 9:52 pm   Subject: Compiler Download
Cool, Thanks Dave

Ya, Ive emailed support several times this week as I was sorting out which compiler to buy, they have been prompt and courteous.

Glad to see this group is active, Im new to PIC ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group