Page 1 of 1

WS2811 Compiler Error

Posted: Mon Oct 24, 2022 8:14 pm
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.

Re: WS2811 Compiler Error

Posted: Wed Oct 26, 2022 11:33 am
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.