Search found 3 matches

by ddllc
Mon Oct 24, 2022 8:14 pm
Forum: General
Topic: WS2811 Compiler Error
Replies: 1
Views: 476

WS2811 Compiler Error

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 ...
by ddllc
Fri Nov 12, 2021 6:20 pm
Forum: General
Topic: PIC 16F Chip Configuration
Replies: 3
Views: 1815

Re: PIC 16F Chip Configuration

Seems easy. Thank you! I'll give it a go.
by ddllc
Thu Nov 11, 2021 10:36 pm
Forum: General
Topic: PIC 16F Chip Configuration
Replies: 3
Views: 1815

PIC 16F Chip Configuration

In Flowcode 9, some of the processor configuraton can be set in the Project Options/Configure menu (Oscillator, Watchdog, etc.) I see this creates two entries in the C code, e.g. //Chip Configuration Settings __PROG_CONFIG(0x1, 0x7DC); __PROG_CONFIG(0x2, 0x1633); I want to configure the ODCONC regis...