Search found 2039 matches

by medelec35
Mon Nov 10, 2025 10:09 am
Forum: General
Topic: Error compiling for STM32F030K6T6 using FlowCode 11
Replies: 3
Views: 29

Re: Error compiling for STM32F030K6T6 using FlowCode 11

That's great!
I'm glad you managed to resolve the issue.
Thanks for letting know.
by medelec35
Mon Nov 10, 2025 9:37 am
Forum: General
Topic: Error compiling for STM32F030K6T6 using FlowCode 11
Replies: 3
Views: 29

Re: Error compiling for STM32F030K6T6 using FlowCode 11

Hello.
Can you provide your project .fcfx, msg.txt and .fcxlog.txt files
If you want to keep the project private, you can PM me with the requested files.
by medelec35
Mon Nov 10, 2025 9:32 am
Forum: General
Topic: Opening project in FC10 in FC11!
Replies: 2
Views: 68

Re: Opening project in FC10 in FC11!

Hi Jorgen. Steve is correct most projects that work in FC10 souls also work in FC11 There was a decision for FC11 to have the total fonts reduced and arrange in a nice neat order. That means for FC11 users some of the fonts that were selected with FC10 will not be available in FC11 You would need to...
by medelec35
Mon Nov 10, 2025 9:05 am
Forum: Bug Reports
Topic: PIC16F15313 ADC AN5
Replies: 1
Views: 33

Re: PIC16F15313 ADC AN5

Hello. Many thanks for the bug report, I have replicated the issue. Since you have not used a 10 or 11 post icon, I will assume you are using Flowcode V11 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\...
by medelec35
Mon Nov 10, 2025 8:40 am
Forum: Bug Reports
Topic: MiniClick LCD component bugs
Replies: 5
Views: 110

Re: MiniClick LCD component bugs

Hello Many thanks for the bug report. Can you try with the attached component. Browse to this location using file explorer , it's hidden by default so just paste the link into your address bar. %ProgramData%\MatrixTSL\FlowcodeV11\Components Place the attached component. If Flowcode is already open, ...
by medelec35
Sat Nov 08, 2025 11:53 am
Forum: General
Topic: Flowcode 11 Upgrade paid SOLVED!
Replies: 2
Views: 95

Re: Flowcode 11 Upgrade paid SOLVED!

Hi Jorgen. Which part has been solved. Just in case it the payment part and not activation? I have just checked and your licence has been activated on your account. Just in case there is an issue, I have refreshed your v11 licence. Can you activate your licence within Flowcode. Help > Licencing > Ma...
by medelec35
Thu Nov 06, 2025 10:21 am
Forum: General
Topic: Save counter
Replies: 5
Views: 168

Re: Save counter

Hello. You could create a simple EEPROM test project. first read from an unused EEPROM address and send the value via UART. Then Write to the same EEPROM address with a value, e.g. 4. The value should sent should be 255. Now restart the hardware and check to see if the value sent this time is the sa...
by medelec35
Thu Nov 06, 2025 7:45 am
Forum: General
Topic: HMC5883L Bug or me!
Replies: 35
Views: 7298

Re: HMC5883L Bug or me!

Hi Jorgen.
The component has been pushed to component library updates.
by medelec35
Tue Nov 04, 2025 7:44 am
Forum: Bug Reports
Topic: Error Compiling STM32 (solved)
Replies: 10
Views: 391

Re: Error Compiling STM32 (solved)

Hi Alan.
Many thanks for the STARM_CAL_String.c update.
Well done for resolving the issue.
As My project that uses advanced strings did not replicate the fault, would you mind attaching your .fcfx project please.
If you would like to keep it private then you can PM it to me.
by medelec35
Mon Nov 03, 2025 11:16 am
Forum: General
Topic: Save counter
Replies: 5
Views: 168

Re: Save counter

Hi Anthony. One issue with your flowchart is you are using & for AND. That is for bitwise compare instead of logical compare. Bitwise is comparing bits and logical is for comparing variable values. As a gude take a look at our Flowcode Wiki page on Mathematical Functions You need to take into ac...