code and memory optimization differences between psoc creator 2.1 and 3.0

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

I am working on a project using a PSoC3 device, (CY8C3244LTI-123), and began runnign out of memory.  I came accross an appnote titled, "PSoC3 - 8051 Code and Memory Optimization" (AN60630), where I learned about some internal memory that i could access by type deffing varialbe a certain way.  Making these changes helped me utilize some unused memory and gave me more room for coding some necessary updates to my project.  That was in Creator 2.0 and 2.1.  I have upgraded to Creator 3.0 and not I get an warnings when I compile where I use the 'bit' type def a 1 bit variable.  According to AN60630 this is doable and when using creator 2.0 and 2.1 it worked great.  Any ideas on why I get the warning I do since upgrading to version 3.0?

   

Warning reads, " type specifier missing, defaults to 'int' ".

   

Thanks...

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Yes, this are often errorneous warnings, will be changed with next version. Stick to the build-report.

   

 

   

Bob

View solution in original post

0 Likes
5 Replies