WS2811 Compiler Error

For general Flowcode discussion that does not belong in the other sections.
Post Reply
ddllc
Posts: 3
http://meble-kuchenne.info.pl
Joined: Wed Apr 07, 2021 12:22 am
Location: Southern California
Has thanked: 1 time
Contact:

WS2811 Compiler Error

Post by ddllc »

I started with just the Initialize command for the WS2811 component and it generates a warning and an error. I have tried this with various 8 bit PIC parts at different clock speeds and get the same result.

**********
WS2811_TEST.c:
147: #warning WS2811 Timings are less than 10 instructions, timing may be incorrect at the current clock speed
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\ESP\ESP_CAL_RMT.c:
67: void FC_CAL_RMT_TX_1 (void);
(984) type redeclared ^
(908) exit status = 1
(908) exit status = 1

Error returned from [xc8.exe]

**********

I could use some help on what causes this.
Attachments
WS2811_TEST.fcfx
(8.3 KiB) Downloaded 49 times

BenR
Matrix Staff
Posts: 1926
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 503 times
Been thanked: 686 times

Re: WS2811 Compiler Error

Post by BenR »

Hello,

Compiling ok for me so it might be worth you going to Help -> Library Updates. Then change Files in use to Full database and do a full update. This should hopefully solve the problem for you.

Post Reply