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 believe the answer is yes. For the blinking LED, you can configure an GPIO pin to output the value of a Data Register (PRT_DR) bit instead of routing from digital hardware using the Digital System Interconnect. Take a look at Chapter 7: "I/O System" in the PSoC 4 Architecture TRM and the PRT_* registers in the PSoC4 Registers TRM (Tech Ref Manual).
Sorry, I don't have source code.
However, to do really fun things with PSoC you do need to use Digital and/or Analog resources. For those, you need PSoC Creator to configure the internal routing.
I believe the answer is yes. For the blinking LED, you can configure an GPIO pin to output the value of a Data Register (PRT_DR) bit instead of routing from digital hardware using the Digital System Interconnect. Take a look at Chapter 7: "I/O System" in the PSoC 4 Architecture TRM and the PRT_* registers in the PSoC4 Registers TRM (Tech Ref Manual).
Sorry, I don't have source code.
However, to do really fun things with PSoC you do need to use Digital and/or Analog resources. For those, you need PSoC Creator to configure the internal routing.