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 3 matches
CCS Forum Index
Author Message
  Topic: auto memory allocation and overwrite disable
KOWA

Replies: 14
Views: 26744

PostForum: General CCS C Discussion   Posted: Sun Mar 24, 2019 8:18 am   Subject: auto memory allocation and overwrite disable
i tried to do like you said

void func ( static int8 var , static int16 var2){

///////
}

the code don't pass compilation
  Topic: auto memory allocation and overwrite disable
KOWA

Replies: 14
Views: 26744

PostForum: General CCS C Discussion   Posted: Sun Mar 24, 2019 8:10 am   Subject: auto memory allocation and overwrite disable
Hi Ttelmah,

thanks for the fast respond.

do you know if is threre another solution?

i still what to use variables that are local to each function
  Topic: auto memory allocation and overwrite disable
KOWA

Replies: 14
Views: 26744

PostForum: General CCS C Discussion   Posted: Sun Mar 24, 2019 8:02 am   Subject: auto memory allocation and overwrite disable
Hi

I'm trying to disable the overwrite memory allocation of the compiler.

I mean if there is 2 different variables in 2 different functions
the compiler will give them 2 different addresses. ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group