Page 1 of 1

Uploading code to ECIO 28P

Posted: Fri Apr 01, 2022 1:14 pm
by CMoore
Hello,

The issue I am having is when I try to compile to target which is a ECIO 28p chip, I get the error PIC compiler toolchain not installed even once I had installed the appropriate drivers. the driver I installed was the 8 bit PIC toolchain.

Thanks in advance.

Re: Uploading code to ECIO 28P

Posted: Fri Apr 01, 2022 2:13 pm
by LeighM
Can you check the PIC toolchain path in Flowcode "Global Settings" -> "Locations" ?

Re: Uploading code to ECIO 28P

Posted: Fri Apr 01, 2022 5:01 pm
by CMoore
Hello, this has helped as I had nothing selected in that but i now get the below error in the compiler messages tab.

Code: Select all

Description:   
Device:        PIC.18F.18F2455
Generated by:  Flowcode v9.2.0.33
Date:          Friday, April 01, 2022 16:55:46
Users:         1
Registered to: CMoore (77118090)
Licence key: ZU1VWV
   NOT FOR COMMERCIAL USE
https://www.flowcode.co.uk
Launching the compiler...






Microchip MPLAB XC8 C Compiler V2.10
Build date: Jul 30 2019
Part Support Version: 2.10
Copyright (C) 2019 Microchip Technology Inc.
Employing 18F2455 errata work-arounds:
 * Corrupted fast interrupt shadow registers

Memory Summary:


Compilation successful!

Launching the linker/assembler...

Launching the programmer...
No PICkit 2 found.



Autoclose turned off


FINISHED

Re: Uploading code to ECIO 28P

Posted: Fri Apr 01, 2022 6:31 pm
by medelec35
Hello.
What you need to do is Select Build, Compiler Options
Select E-Blocks just under the PIC section, then make sure Default compiler for the platform C for PIC is selected.
Compiler Options.png
Compiler Options.png (40.68 KiB) Viewed 2471 times
I have placed the compiler messages within the Code tags.
You can do that and load attachments by selecting Full Editor & Preview.
Highlight the code, then select the </> tag.