I am trying to use PSoC Creator to just generate the source code, and build it externally.
Thought of using cydsfit from the command line to do it.
I wrote the following:
C:\.....<project path>....\cydsfit -p <Project name> -d <device name>
I got a lot of files which don't usually come up when I use Creator GUI to build. Also, console output varied from Creator.
Does anyone know how cydsfit works based on Creator settings, and what I need to do to mimic via command line?
Thanks!