Search found 17 matches
- Mon May 19, 2025 9:50 pm
- Forum: Bug Reports
- Topic: Multiple Functional Issues with PIC16F18444 in Flowcode 10
- Replies: 21
- Views: 2072
Re: Multiple Functional Issues with PIC16F18444 in Flowcode 10
Browse to this location using file explorer, it's hidden by default so just paste the link into your address bar. %ProgramData%\MatrixTSL\FlowcodeV10\CAL\PIC Place the attached C file. you will need to reload your project file for the fix to take place. If you run any library updates, then the PIC_...
- Fri May 16, 2025 1:31 pm
- Forum: Bug Reports
- Topic: Multiple Functional Issues with PIC16F18444 in Flowcode 10
- Replies: 21
- Views: 2072
Re: Multiple Functional Issues with PIC16F18444 in Flowcode 10
I can now confirm that both Read and write of EEPROM has been fixed. I will let you know when the update is available on the component database. Since (as you mentioned) the PIC16F18444 is not currently available on your end for hardware testing, would it be possible for you to send me the updated ...
- Thu May 15, 2025 9:39 pm
- Forum: Bug Reports
- Topic: Multiple Functional Issues with PIC16F18444 in Flowcode 10
- Replies: 21
- Views: 2072
Re: Multiple Functional Issues with PIC16F18444 in Flowcode 10
After adding the fcdx file, you will need to reload your fcfx project file then recompile. If it does not work after reloading, can you please attach .c and .hex files. Unfortunately, the official ADC fix seems to have introduced a new issue. After accepting the update, the ADC stopped reading alto...
- Thu May 15, 2025 12:25 pm
- Forum: Bug Reports
- Topic: Multiple Functional Issues with PIC16F18444 in Flowcode 10
- Replies: 21
- Views: 2072
Re: Multiple Functional Issues with PIC16F18444 in Flowcode 10
The simulator is showing the UART as working Is your hardware running at the correct speed? What are you using to capture UART, a USB to UART bridge or logic analyser? If applicable, make sure your wires transmitting UART are not too long. Can you check with a scope or logic analyser by toggling a ...
- Thu May 15, 2025 4:19 am
- Forum: Bug Reports
- Topic: Multiple Functional Issues with PIC16F18444 in Flowcode 10
- Replies: 21
- Views: 2072
- Wed May 14, 2025 2:48 pm
- Forum: Bug Reports
- Topic: Multiple Functional Issues with PIC16F18444 in Flowcode 10
- Replies: 21
- Views: 2072
Re: Multiple Functional Issues with PIC16F18444 in Flowcode 10
Hello I believe I have now got the ADC to work. If you browse to this location using File Explorer, it's hidden by default so just paste the link into your address bar. %ProgramData%\MatrixTSL\FlowcodeV10\FCD\PIC\ Replace the original file with the attached version. If Flowcode is already open, the...
- Wed May 14, 2025 2:33 pm
- Forum: Bug Reports
- Topic: Multiple Functional Issues with PIC16F18444 in Flowcode 10
- Replies: 21
- Views: 2072
Re: Multiple Functional Issues with PIC16F18444 in Flowcode 10
Hello. For the EEPROM, Within the configuration settings, have you tried by setting SAF Enabled bit to SAF Enabled? For the ADC you have the same results no matter what ADC pin you have tried? To eliminate compiler bugs, what about trying with a different compiler version, lower than XCX8 v3.0, e.g...
- Wed May 14, 2025 1:59 pm
- Forum: Bug Reports
- Topic: Multiple Functional Issues with PIC16F18444 in Flowcode 10
- Replies: 21
- Views: 2072
Re: Multiple Functional Issues with PIC16F18444 in Flowcode 10
Hello I believe I have now got the ADC to work. If you browse to this location using File Explorer, it's hidden by default so just paste the link into your address bar. %ProgramData%\MatrixTSL\FlowcodeV10\FCD\PIC\ Replace the original file with the attached version. If Flowcode is already open, the...
- Wed May 14, 2025 1:13 pm
- Forum: Bug Reports
- Topic: Multiple Functional Issues with PIC16F18444 in Flowcode 10
- Replies: 21
- Views: 2072
Re: Multiple Functional Issues with PIC16F18444 in Flowcode 10
Hello. For the EEPROM, Within the configuration settings, have you tried by setting SAF Enabled bit to SAF Enabled? For the ADC you have the same results no matter what ADC pin you have tried? To eliminate compiler bugs, what about trying with a different compiler version, lower than XCX8 v3.0, e.g...
- Tue May 13, 2025 10:59 pm
- Forum: Bug Reports
- Topic: Multiple Functional Issues with PIC16F18444 in Flowcode 10
- Replies: 21
- Views: 2072
Re: Multiple Functional Issues with PIC16F18444 in Flowcode 10
Dear Support Team, To assist with troubleshooting, I’ve attached a minimal test program designed to: Read an analog value using ADC.GetByte() from a potentiometer connected to an analog input. Send the result over the UART (RS232) for debugging purposes. This test confirms that basic peripheral func...