PCF8574 compile error

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
malivdls3
Posts: 1
http://meble-kuchenne.info.pl
Joined: Sun Jan 17, 2021 9:35 pm

PCF8574 compile error

Post by malivdls3 »

hi everybody

I try to send a byte to the I2C port expander with the PCF8574 component, but I always get an error when compiling. Reading port works normally but write port cant compile.
Flowcode "https://ibb.co/845k9dY"
PCF8574 component.fcfx
(8.29 KiB) Downloaded 249 times
compiler error
"
Employing 18F4550 errata work-arounds:
* Corrupted fast interrupt shadow registers
v10bwr.c: FCD_02c31_PCF8574__WritePort()
200: FCD_05bd1_dash_IO_flasher1__FlashTx();
^ (361) function declared implicit int (warning)
using updated 32-bit floating-point libraries; improved accuracy might increase code size
0: (499) undefined symbol:
_FCD_05bd1_dash_IO_flasher1__FlashTx(v10bwr.obj)
(908) exit status = 1
(908) exit status = 1
"

please help thanks in advance
Last edited by malivdls3 on Sat Mar 06, 2021 7:23 pm, edited 1 time in total.

User avatar
p.erasmus
Posts: 434
Joined: Thu Dec 03, 2020 12:01 pm
Location: Russia / Россия
Has thanked: 104 times
Been thanked: 88 times

Re: PCF8574 compile error

Post by p.erasmus »

Hi,

It is always better with such compile errors to attach your Flowchart to the post you make ,it helps people to see what is going wrong
use the attachment button to add your flowcode chart


P1.jpg
P1.jpg (21.98 KiB) Viewed 2130 times
Regards Peter - QME Electronics

Post Reply