Uploading code to ECIO 28P

For general Flowcode discussion that does not belong in the other sections.
Post Reply
CMoore
Posts: 6
http://meble-kuchenne.info.pl
Joined: Mon Dec 13, 2021 10:18 pm
Has thanked: 1 time

Uploading code to ECIO 28P

Post 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.

LeighM
Valued Contributor
Posts: 447
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 81 times
Been thanked: 243 times

Re: Uploading code to ECIO 28P

Post by LeighM »

Can you check the PIC toolchain path in Flowcode "Global Settings" -> "Locations" ?

CMoore
Posts: 6
Joined: Mon Dec 13, 2021 10:18 pm
Has thanked: 1 time

Re: Uploading code to ECIO 28P

Post 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

medelec35
Matrix Staff
Posts: 1920
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 622 times
Been thanked: 645 times

Re: Uploading code to ECIO 28P

Post 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 2470 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.
Martin

Post Reply