|
Since PSoC Designer 5 the PSoC Express branch was no longer supported. To be honest, it had some errors that could not be corrected and obviously was not used by many customers.
Since then the chip-design process for PSoC1 is as follows:
1st. Selecting the required components from the "User Module" list and configuring their properties in the "Parameters" window.
2nd. Routing / interconnecting the components and the required I/O pins
3rd. Writing a C-program that serves / initializesz the components and reacts on the inputs, controlling the outputs.
For a newbee the last point can turn out to be the most difficult part when writing programs in C is not often practised. To help you there are example-programs and reasonably good documentations for every user module.
I suggest you to learn C programming (Not C++ yet), you'll find docs about this theme in the internet. Here is a link to my favoured C-manual http://publications.gbdirect.co.uk/c_book/ .
The "classic" manual is "The C Programming Language" by Kernighan and Ritchie, Prentence Hall which has been translated to many different languages.
Happy coding
Bob
|