How to program efficiently in Psoc Creator using C language

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

cross mob
XiaoPing_Yang
Level 4
Level 4
25 replies posted 10 replies posted 10 questions asked

Hi,

   

    Is there any specification to  program efficiently in Psoc Creator using C language ?  I have found it low efficient when I saw the assembly language in .lst file.

   

    Thanks.

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

Welcome in the forum.

   

When you debugged your project you may set the build configuration from "Debug" to "Release". This will start some optimizing processes and save you 30-50% of flash.

   

 

   

Bob

View solution in original post

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

Welcome in the forum.

   

When you debugged your project you may set the build configuration from "Debug" to "Release". This will start some optimizing processes and save you 30-50% of flash.

   

 

   

Bob

0 Likes