Hello
Is it possible to design a PSoC 4 circuit using just C code? Could you share a minimal example (blinking led)?
Thanks
Hernan Sanchez
Hello
Is it possible to design a PSoC 4 circuit using just C code? Could you share a minimal example (blinking led)?
Thanks
Hernan Sanchez
I too wish to design using only C code and no GUI. In most of the documents it is mentioned that, you cannot do component connection in C code. That means you cannot write a net-list. But you can configure a component. For example, for the blinking LED you can leave the PWM unconfigured mode in the GUI and then you can write the code for configuration. Advantage is you can dynamically change the configuration.
I too wish to design using only C code and no GUI. In most of the documents it is mentioned that, you cannot do component connection in C code. That means you cannot write a net-list. But you can configure a component. For example, for the blinking LED you can leave the PWM unconfigured mode in the GUI and then you can write the code for configuration. Advantage is you can dynamically change the configuration.