Page 1 of 1
Flowcode 9 and Microchip\xc8\v2.30 Parameter
Posted: Wed Feb 24, 2021 10:57 pm
by SpeedPIC32
Hi
can the newest compiler XC8 be integrated in FC9?
I can set the path
I miss the parameters.
The values from old forum posts do not work.
The latest XC32 compiler v2.50 works fine.
Thanks in advance
Re: Flowcode 9 and Microchip\xc8\v2.30 Parameter
Posted: Thu Feb 25, 2021 10:27 am
by medelec35
When you download XC8 tool chain from
here
It is version 2.10
The settings for the compiler is
Location: $(compilerpic)batch\pic_xc8_comp.bat
Parameters: $(chip) "$(outdir)" "$(target)"
I have questioned if the
batch file is correct, so will leave that up to you if you want to modify it or not
On the other forums I posted about updating the compiler
here
Re: Flowcode 9 and Microchip\xc8\v2.30 Parameter
Posted: Thu Feb 25, 2021 3:10 pm
by SpeedPIC32
thank you medelec35
it all works very well.
Thank you for your quick help
With the old compiler I had warnings about the build rate Uart 1. They have now disappeared
I still have a problem with the Uart1 receive interrupt
Pic16F18877 32Mhz RX Pin RC6 TX Pin RC7

- int.png (13.76 KiB) Viewed 3486 times
Thanks in advance