Regarding Psoc in c LANGUAGE

Hi all, I want some basic c programming that would help doing in PSoc designer. Give some example and coding please, to compile and test the psco chip

Rdgs padma

Reply to
PADMASINE KG
Loading thread data ...

#include int main (void) { printf ("Testing PSoc or psco chip\n"); return 0; }

Reply to
Ignacio G.T.

That is a little irresponsible. You really should have pointed out that it is probably safer to doing in Ada programming.

with Text_IO; procedure Test_PSOC is begin Text_IO.Put_Line ("Testing Psoc or psco chip"); end Test_PSOC;

All teasing aside, the point of these responses is that there is not enough information here to even begin to guess at what you (original poster) want to achieve. In all honesty, even what appears to be the authoritative source for this stuff

formatting link
is a bit lacking and vague but for a specific board/environment/chipset like what I assume you are asking about, you really are better off asking in a more focused forum like the one present on that website (assuming of course that I've correctly guessed a technology associated with an overloaded and niche acronym).

Reply to
Jeffrey Creem

Well "basic" is a subjective term. How about:

formatting link
?

Or for something more advanced:

formatting link

Regards, Richard.

  • formatting link
    Designed for Microcontrollers. More than 7000 downloads per month.
Reply to
FreeRTOS info

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.