Search found 14 matches
- Mon Feb 03, 2025 7:04 pm
- Forum: Feature Requests
- Topic: PIC16F18877 IOC Flag register readout
- Replies: 4
- Views: 726
Re: PIC16F18877 IOC Flag register readout
Thanks for notifying my suggestion.
- Sun Feb 02, 2025 2:15 pm
- Forum: Feature Requests
- Topic: PIC16F18877 IOC Flag register readout
- Replies: 4
- Views: 726
Re: PIC16F18877 IOC Flag register readout
Hi Steve,
Thanks for the quick reply. As you suggested this is exactly what i'm doing now.
As the PIC16F18877 is a chip also used in the e-blocks2, Interrupt based on the bit flag register could be a comprehensive feature....
Thanks for now.
Thanks for the quick reply. As you suggested this is exactly what i'm doing now.
As the PIC16F18877 is a chip also used in the e-blocks2, Interrupt based on the bit flag register could be a comprehensive feature....
Thanks for now.
- Sun Jan 19, 2025 3:11 pm
- Forum: Feature Requests
- Topic: PIC16F18877 IOC Flag register readout
- Replies: 4
- Views: 726
PIC16F18877 IOC Flag register readout
Hi, I like to use multiple IOC's to read out. Using the IOC is only one time possible. So all external interrupts have to be read out in this interrupt. This makes the code more complex by the fact I have to check every bit used in this interrupt. Is it possible to add an interrupt function using th...
- Thu Oct 19, 2023 9:49 pm
- Forum: General
- Topic: FC10 Hardware I2C on MCP23017 not working
- Replies: 2
- Views: 1139
FC10 Hardware I2C on MCP23017 not working
Hi,
Developed a small PIC16F18877 control board with MC23017 IO expander on it.
I2C to expander is working in software mode but not in hardware mode (channel 1)!
Developed a small PIC16F18877 control board with MC23017 IO expander on it.
I2C to expander is working in software mode but not in hardware mode (channel 1)!
- Thu Mar 02, 2023 8:03 pm
- Forum: General
- Topic: PIC16F project not compiling to HEX
- Replies: 10
- Views: 4069
Re: PIC16F project not compiling to HEX
Hi,
I did a full database update and YES it works.
Many thanks..
I did a full database update and YES it works.
Many thanks..
- Wed Mar 01, 2023 8:31 pm
- Forum: General
- Topic: PIC16F project not compiling to HEX
- Replies: 10
- Views: 4069
Re: PIC16F project not compiling to HEX
Hi Steve, Thanks for looking in. It's not working for me. Took out all comments but still the same error.. Registered to: pschoon (51737870) Licence key: PxxxxA https://www.flowcode.co.uk Using <PICkit2 PK2CMD External Power> inbuilt settings for compiler Launching the compiler... C:\ProgramData\Mat...
- Mon Feb 27, 2023 8:05 pm
- Forum: Bug Reports
- Topic: GLCD (SSD1306) Clear function does not fully clear
- Replies: 5
- Views: 1975
Re: GLCD (SSD1306) Clear function does not fully clear
.c file
no .h files..
no .h files..
- Mon Feb 27, 2023 8:02 pm
- Forum: General
- Topic: PIC16F project not compiling to HEX
- Replies: 10
- Views: 4069
- Sun Feb 26, 2023 5:01 pm
- Forum: General
- Topic: PIC16F project not compiling to HEX
- Replies: 10
- Views: 4069
PIC16F project not compiling to HEX
Hi, I imported my working FC9 project into FC10. Now when compiling it to HEX i get an Error.. D:\SC-Server\Projecten\xx\xx\Flowcode\V1.3_230207\FC10>"C:\Program Files (x86)\Flowcode\Common\Compilers\picv2\bin\xc8.exe" --chip=16F18857 "V1.3_230207.c" --MSGDISABLE=359,1273,1388 --...
- Sat Feb 25, 2023 2:13 pm
- Forum: Bug Reports
- Topic: GLCD (SSD1306) Clear function does not fully clear
- Replies: 5
- Views: 1975
Re: GLCD (SSD1306) Clear function does not fully clear
Hi Steve, I solved the issue. Reading the Heltec Oled datasheets revealed that there are some common problems. According to the common problem sheet reveals issues with the first and last pixels of a line. This is a production issue.. Heltec2.jpg Heltec1.jpg So fiddling with the Pixel Width or Offse...