When I try to compile the my code with the evaluation verion of the Byte-Craft compiler it always reports BLINK erro... | Cypress Semiconductor
When I try to compile the my code with the evaluation verion of the Byte-Craft compiler it always reports BLINK erro...
Last Updated:
September 22, 2011
Because the Byte Craft compilers are designed for many different microcontrollers, there are some settings you need to do to "tell" it that you want to compile a Cypress code (Create a project).
For the mouse, there's already a project created for you. Here are what you need to do:
1- Open Byte Craft. Click on Project/Open Project, then open Program Files/Byte Craft/CyC/Apps/Mouse_Project.bcp
2- To view the settings of this mouse project, click on Project/Properties
3- Now, with the mouse project open, you can compile the mouse.c from Program Files/Byte Craft/CyC/Apps/
There's another easy way to do this. If you go to C:\Program Files\Byte Craft\CyC, there's a file called CYCw.exe. You can use this CYCw.exe to compile any .c file.