Hallo
Is there a way to compile the Flowcode diagramm with Microchip c18 Toolsuite?
I have read,the hex-code is more productive for the pik`s.
Regards wolfgang
c-compiler
-
- Posts: 714
- Joined: Wed Jan 31, 2007 12:41 pm
- Has thanked: 1 time
- Been thanked: 26 times
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Hello Wolfgang
At the moment the code generated by Flowcode V3 is all designed to work with the BoostC compiler. This compiler is also meant to be highly efficient with code space, stack organisation etc.
You can port the code generated by Flowcode into C18 or any other PIC C language by taking the C file and then altering the functions so that they are compatible with your own compiler. This however would need to be done every time you recompiled the program from Flowcode.
At the moment the code generated by Flowcode V3 is all designed to work with the BoostC compiler. This compiler is also meant to be highly efficient with code space, stack organisation etc.
You can port the code generated by Flowcode into C18 or any other PIC C language by taking the C file and then altering the functions so that they are compatible with your own compiler. This however would need to be done every time you recompiled the program from Flowcode.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel