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 159 matches
CCS Forum Index
Author Message
  Topic: PIC24E512EP512GP806 & BootLoader
cfernandez

Replies: 0
Views: 4221

PostForum: General CCS C Discussion   Posted: Mon Sep 22, 2014 11:07 am   Subject: PIC24E512EP512GP806 & BootLoader
I am to use the PIC24E and I see that this chip have Auxiliary Flash, Is possible put the BootLoader in this area?

What you think?

Regards,
  Topic: Ticks question
cfernandez

Replies: 3
Views: 10562

PostForum: General CCS C Discussion   Posted: Mon Sep 15, 2014 5:21 pm   Subject: Ticks question
Hi,

I am test the 24E512GP806 in 70MIPS. I use this configuration

#include <24EP512GP806.h>

#device *=16
#device adc=8
//#device PSV=16
//#devi ...
  Topic: Strange and Big Problem!
cfernandez

Replies: 3
Views: 8043

PostForum: General CCS C Discussion   Posted: Sat Aug 02, 2014 12:29 pm   Subject: Strange and Big Problem!
I can see that the problem is when I define global large array > 2Kb. I don't know why happen this, I have too much ram. I send a email to CCS.

Regards,
  Topic: Strange and Big Problem!
cfernandez

Replies: 3
Views: 8043

PostForum: General CCS C Discussion   Posted: Fri Aug 01, 2014 2:59 pm   Subject: Strange and Big Problem!
Hi,

I have a big problem, I have a firmware and when I add a new function the USE RS232 (soft) not work. I compare the two USE RS232 (ok and bad) and I see some differences but I not understand why ...
  Topic: Big Problem with Packed struct in Version 5.007 and 5.012
cfernandez

Replies: 1
Views: 4878

PostForum: General CCS C Discussion   Posted: Sat Oct 12, 2013 3:18 pm   Subject: Big Problem with Packed struct in Version 5.007 and 5.012
I make a example I compile this code with 3 different version and all output are different:

V 4.141 ...
  Topic: static c source code analysis
cfernandez

Replies: 5
Views: 8780

PostForum: General CCS C Discussion   Posted: Fri Aug 24, 2012 6:03 pm   Subject: static c source code analysis
I search in the web, if I found any I tell you...

Thanks!!!!
  Topic: static c source code analysis
cfernandez

Replies: 5
Views: 8780

PostForum: General CCS C Discussion   Posted: Fri Aug 24, 2012 4:20 pm   Subject: static c source code analysis
Dear PCM

thanks but I want a tool for control and check my code, for example:

void x( int a )
{
*a=4;
}

main( )
{
int b;

x( &b );
 ...
  Topic: static c source code analysis
cfernandez

Replies: 5
Views: 8780

PostForum: General CCS C Discussion   Posted: Fri Aug 24, 2012 3:00 pm   Subject: static c source code analysis
Any know a tool for static c code analysis that work with CCS?

Best Regards,
  Topic: Problem with a multidimensional matrix and pointer
cfernandez

Replies: 21
Views: 29954

PostForum: General CCS C Discussion   Posted: Sat May 12, 2012 11:40 am   Subject: Problem with a multidimensional matrix and pointer
I have the last version and not work this feature.

And in PIC24 not work this

char s[5];

memcpy( s, "\x01\x02", 2 );

and in PIC18 yes!!!

Is very crazy......
  Topic: Problem with a multidimensional matrix and pointer
cfernandez

Replies: 21
Views: 29954

PostForum: General CCS C Discussion   Posted: Sat May 12, 2012 11:26 am   Subject: Problem with a multidimensional matrix and pointer
My problem is that I have a large ROM Array and I need put in RAM for modify some values.

That's all.
  Topic: ROM or CONST Pointer
cfernandez

Replies: 2
Views: 6590

PostForum: General CCS C Discussion   Posted: Sat May 12, 2012 8:20 am   Subject: ROM or CONST Pointer
Is possible use memcpy with a ROM POINTER ?

For example:

rom unsigned char matrix[4] = {1,2,3,4};
rom char *pointer;
char aux[2];

pointer = &matrix;
memcpy ...
  Topic: Problem with a multidimensional matrix and pointer
cfernandez

Replies: 21
Views: 29954

PostForum: General CCS C Discussion   Posted: Sat May 12, 2012 8:20 am   Subject: ROM or CONST Pointer
Is possible use memcpy with a ROM POINTER ?

For example:

rom unsigned char matrix[4] = {1,2,3,4};
rom char *pointer;
char aux[2];

pointer = &matrix;
memcpy( aux, &pointer[ 2 ], 2 ) ...
  Topic: 70 MIPS & PIC24EP512GP806
cfernandez

Replies: 0
Views: 3972

PostForum: General CCS C Discussion   Posted: Sun Apr 22, 2012 4:44 pm   Subject: 70 MIPS & PIC24EP512GP806
Hi,

I want use the PIC24EP512GP806 in 70MIPS but I not found the right fuse configuration for this.

Is possible that anybody send me examples use the Internal Osc and External Osc.

Is very im ...
  Topic: Problem with : Porting driver to ccs
cfernandez

Replies: 17
Views: 21812

PostForum: General CCS C Discussion   Posted: Thu Aug 11, 2011 10:31 am   Subject: Problem with : Porting driver to ccs
Dear PCM

Why you say that not declare variables in the middle of code?

Which is the problem with this?

Best Regards,
  Topic: Microchip HID Bootloader with PIC24F
cfernandez

Replies: 3
Views: 7177

PostForum: General CCS C Discussion   Posted: Mon Jun 20, 2011 6:19 pm   Subject: Microchip HID Bootloader with PIC24F
Dear

You solve this problem?, Can you tell me. I have similar problem

Regards,
 
Page 1 of 11 Goto page 1, 2, 3 ... 9, 10, 11  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group