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.
Search found 1812 matches
- Thu May 15, 2025 10:21 am
- Forum: Bug Reports
- Topic: Multiple Functional Issues with PIC16F18444 in Flowcode 10
- Replies: 15
- Views: 549
- Thu May 15, 2025 9:07 am
- Forum: Bug Reports
- Topic: Multiple Functional Issues with PIC16F18444 in Flowcode 10
- Replies: 15
- Views: 549
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 p...
Re: ESP32 S2
Hello. It looks like ESP32-S2 has the wrong name WROOM. Many thanks for letting us know. However it looks like the ESP32-S2 and ESP32-S2-WROOM have identical FCD's I don't believe there will be any issue caused by Device Name not being correct. I have corrected the name. If you browse to this locati...
- Wed May 14, 2025 6:24 pm
- Forum: Bug Reports
- Topic: Multiple Functional Issues with PIC16F18444 in Flowcode 10
- Replies: 15
- Views: 549
Re: Multiple Functional Issues with PIC16F18444 in Flowcode 10
I'm also looking into the EEPROM issue
- Wed May 14, 2025 3:10 pm
- Forum: Bug Reports
- Topic: Multiple Functional Issues with PIC16F18444 in Flowcode 10
- Replies: 15
- Views: 549
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.
If it does not work after reloading, can you please attach .c and .hex files.
- Wed May 14, 2025 1:33 pm
- Forum: Bug Reports
- Topic: Multiple Functional Issues with PIC16F18444 in Flowcode 10
- Replies: 15
- Views: 549
Re: Multiple Functional Issues with PIC16F18444 in Flowcode 10
Hello. While I'm typing this, the 16F18444.fcdx file I attached is showing as not downloaded as of yet, so it looks like you have not tested ADC with the modified file. Can you follow the instructions on this post. No need to change the compiler version as there was an issue with ADC. I'm going to l...
- Wed May 14, 2025 12:04 pm
- Forum: Bug Reports
- Topic: Multiple Functional Issues with PIC16F18444 in Flowcode 10
- Replies: 15
- Views: 549
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, then...
- Wed May 14, 2025 11:42 am
- Forum: Bug Reports
- Topic: Multiple Functional Issues with PIC16F18444 in Flowcode 10
- Replies: 15
- Views: 549
Re: Multiple Functional Issues with PIC16F18444 in Flowcode 10
Hello. I have replicated the ADC issue within a simulator and have spotted issues within the ADC CAL for this Microcontroller. The only problem is I don't have the microcontroller, so I might need you help testing the ADC for me, when I have made the changes. The issue could even be the fcdx calling...
- Wed May 14, 2025 10:05 am
- Forum: Bug Reports
- Topic: Multiple Functional Issues with PIC16F18444 in Flowcode 10
- Replies: 15
- Views: 549
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 ...
Re: Timer
hello. I have moved your topic from bugs to a more appropriate area of the forums. No not like v10. There are only the standard timer interrupts available. Do you need help setting up a timer interrupt? If you do, then set up a new flowchart project, setting it to the correct clock frequency and do ...