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: PIC18F6722 to PIC18F67K22 migration
heliodoro.alegre

Replies: 2
Views: 6790

PostForum: General CCS C Discussion   Posted: Fri Feb 21, 2014 6:54 am   Subject: PIC18F6722 to PIC18F67K22 migration
I have updated a board from PIC18F6722 to PIC18F67K22

PORT_C does not work.
I have all pins as output. In PIC18F6722 worked correctly
but in PIC18F67K22 PIN_C0, PIN_C1 seems configured as
inpu ...
  Topic: read_eeprom malfunction
heliodoro.alegre

Replies: 3
Views: 8405

PostForum: General CCS C Discussion   Posted: Tue Nov 26, 2013 3:19 am   Subject: read_eeprom malfunction
I am using the eeprom functions with a PIC18F67K22
and compiler version 4.114

write_eeprom function works, but read_eeprom not

read_eeprom returns last value written, or 0 if no
write_eeprom ...
  Topic: flash string management
heliodoro.alegre

Replies: 4
Views: 7383

PostForum: General CCS C Discussion   Posted: Tue Nov 26, 2013 3:11 am   Subject: flash string management
This #define
#device PASS_STRINGS=IN_RAM
has not the effects I desired, error persists.

I will go on with the copy in ram method

strcpy (Strings1[II], RamString);
printf (RamStrin ...
  Topic: flash string management
heliodoro.alegre

Replies: 4
Views: 7383

PostForum: General CCS C Discussion   Posted: Thu Nov 21, 2013 5:50 am   Subject: flash string management
The problem is con string length. In real code is correct

const char Strings1[5][17] =
{" string num 1 ",
" string num 2 ",
" ...
  Topic: flash string management
heliodoro.alegre

Replies: 4
Views: 7383

PostForum: General CCS C Discussion   Posted: Wed Nov 20, 2013 5:35 am   Subject: flash string management
I have an old project compiled with C version 3.249
for PIC18F6722 with the code:

const char Strings1[5][17] =
{" string number 1 ",
" string nu ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group