Search found 5 matches
- Thu Jul 24, 2025 4:53 pm
- Forum: Bug Reports
- Topic: RTC Component Fails on I2C Channel 2 (PIC18F87K22, Flowcode v10.1.2.40)
- Replies: 2
- Views: 1195
Re: RTC Component Fails on I2C Channel 2 (PIC18F87K22, Flowcode v10.1.2.40)
Thank you very much. See attached. Jack
- Wed Jul 23, 2025 9:57 pm
- Forum: Bug Reports
- Topic: RTC Component Fails on I2C Channel 2 (PIC18F87K22, Flowcode v10.1.2.40)
- Replies: 2
- Views: 1195
RTC Component Fails on I2C Channel 2 (PIC18F87K22, Flowcode v10.1.2.40)
Hi, I’m using Flowcode v10.1.2.40 with a PIC18F87K22 target. When I use the I2C RTC component (e.g., DS3231/3232) on I2C channel 1, everything compiles and works fine. However, when I switch the component to I2C channel 2, I get compilation errors related to undefined registers (e.g., SSP2PIRPbits)....
- Mon Oct 24, 2022 8:14 pm
- Forum: General
- Topic: WS2811 Compiler Error
- Replies: 1
- Views: 915
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 ...
- Fri Nov 12, 2021 6:20 pm
- Forum: General
- Topic: PIC 16F Chip Configuration
- Replies: 3
- Views: 2778
Re: PIC 16F Chip Configuration
Seems easy. Thank you! I'll give it a go.
- Thu Nov 11, 2021 10:36 pm
- Forum: General
- Topic: PIC 16F Chip Configuration
- Replies: 3
- Views: 2778
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...