Hello Everybody:
I download the software under window 7 and it was simple enough. Steps were clear. I used the link without the download manager. You can use the download manager but I did not use it. It’s simpler to just download the file.
This is my first time building and programming the blinking LED project (copied from element14 community) using PSoC Creator.
Under the PWM, it is calling the PWN_WritePeriod function in debugging mode. It rewrites the 16 bit register with the new values according to the programming code. Good thing is that it does clearly show the stack registers address below. (below image)
At first, I was a little confused since there is no run button except the debugging menu. So I used the debugging menu and there we go, the program ran. The LED is blinking according to the program configuration from the PWM (Pulse-Width Modulation).
I could not stop the LED from blinking even though I cleaned the project from the PSOC Creator. The rest button just restarts the program. It would be better to have a start and stop button to just execute the code in the chip. Since every time I connect the board and the LED starts to blink. It seems like it executes the program automatically when it powers up. There is a user button on the board and later on we can program the button to do the stat and stop operation. But it is useful when it is already build in.
That is for now.
Thanks for reading my review.