Skip to content
yagram edited this page Mar 6, 2023 · 4 revisions

PSoC creator

I have a problem with my version of PSoC creator / I cannot find the kit in the list / The kit is not recognized by my computer.

Check that you have correctly followed the steps in the lab statement. Check that you have installed all softwares : PSoC creator, PSoC programmer. Also check that your project is not inside a sudo folder.

Keypad

I added the files keypad.h and keypad.c in the header and sources files but PSoC creator does not recognize them.

Before includin them in PSoc creator, you need to copy the files in the correct location in your computer. That is the folder of your project i.e.where your main.c is located. It's usually something like Document/PSoC creator/project_names/project_names.cysdn. and after that you can do Header -> add -> existing item and Source -> add -> existing item in PSoC creator.

Clone this wiki locally