-
1. Re: Using opamp in PSoC4 Pioneer Kit (CY8CKIT-042)
JoMe_264151 Nov 7, 2016 5:53 AM (in response to userc_39450)Welcome in the forum.
When you read the description thoroughly you see that the "Power Cycle" does not refer to the programming but is used to start the PSoC. There is no code executed after the opamp is started, so there is nothing to watch in debugger. The device (the opamp) runs independently, just using usb power.
Bob
-
2. Re: Using opamp in PSoC4 Pioneer Kit (CY8CKIT-042)
userc_39450 Oct 15, 2016 12:23 PM (in response to JoMe_264151)Thanks for the reply, I really misunderstood the english.
So basically, to do this project I can power my board with the USB port, apply an input voltage to P1[0] from an external power supply and then just do the following steps to read Vout in P1[2].
-
3. Re: Using opamp in PSoC4 Pioneer Kit (CY8CKIT-042)
JoMe_264151 Oct 16, 2016 2:45 AM (in response to userc_39450)Quite right! You even may start debugging. This will stop at the first line of executable code, so you do not need to power cycle your board at all. Just click on the "Run" button and let the PSoC do its work.
Bob