Search found 528 matches

by LeighM
Fri May 01, 2026 9:43 am
Forum: Bug Reports
Topic: RPI 4B Flashing LED Test Compile Fail
Replies: 5
Views: 327

Re: RPI 4B Flashing LED Test Compile Fail

Looks like RPI_CAL_String.c is missing the FCLsz_TEMPSTR fix and other updates - one for Ben :D
by LeighM
Thu Apr 30, 2026 9:45 pm
Forum: Bug Reports
Topic: RPI 4B Flashing LED Test Compile Fail
Replies: 5
Views: 327

Re: RPI 4B Flashing LED Test Compile Fail

I've not had chance to check your zip yet.
But have you tried a full database update?
The CAL string files have had some changes recently.
by LeighM
Thu Apr 30, 2026 9:06 am
Forum: General
Topic: Button on FlowCode 10
Replies: 1
Views: 312

Re: Button on FlowCode 10

Your program looks OK. But we need to check that: a) the program is compiling OK on your machine, b) The device is being programmed correctly. The Flowcode Compiler Messages window will give you the answers to those questions. This output is also saved to the file button_pico.msg.txt So it would hel...
by LeighM
Sat Apr 18, 2026 8:30 am
Forum: General
Topic: ESP32 C6 mini compile does not work
Replies: 27
Views: 14800

Re: ESP32 C6 mini compile does not work

Login to your Flowcode account, then try the link again
by LeighM
Wed Apr 01, 2026 9:12 am
Forum: Bug Reports
Topic: Pi Pico Compile Error
Replies: 4
Views: 1518

Re: Pi Pico Compile Error

FCLsz_TEMPSTR is undefined in PICO_CAL_String.c
this needs a fix from Matrix
by LeighM
Fri Mar 27, 2026 9:18 am
Forum: Projects - Embedded
Topic: flickering STM32 touch screen
Replies: 6
Views: 1923

Re: flickering STM32 touch screen

I can’t help much further, I don’t have v8 or a STM32F469I disco board, only other thoughts are:
• Does it work OK in Flowcode simulation?
• What does a simple Initialise and print Hello World do?
• Try Flowcode V11?
• Maybe Matrix have a STM32F469I discovery board to test?
by LeighM
Thu Mar 26, 2026 10:11 am
Forum: Projects - Embedded
Topic: flickering STM32 touch screen
Replies: 6
Views: 1923

Re: flickering STM32 touch screen

Strange that the longer delay fixes the issue. The Flowcode display component uses the STM display driver library, so I think it's less likely to be a software issue. How is the power supply? If using USB, is it a good quality cable? Anything else connected to the board? Do you have another Disco' b...
by LeighM
Thu Mar 05, 2026 10:49 am
Forum: General
Topic: STM32F407ZG — How to set frequencies correctly?
Replies: 2
Views: 1770

Re: STM32F407ZG — How to set frequencies correctly?

To use 8MHz crystal and maximum allowed clock rates here are suggested settings clocks.jpg settings.jpg The Flowcode Timer interrupt dialog calculations are incorrect for STM devices (Flowcode does not know about multiple clocks) Therefore you need to work out yourself the prescaler and roll over va...
by LeighM
Thu Feb 26, 2026 6:02 pm
Forum: General
Topic: Compile problem with FC11
Replies: 38
Views: 9237

Re: Compile problem with FC11

Have you downloaded and installed the FC11 PIC toolchain from Matrix website?
Ah, edit, I've just looked at your new msg.txt and see that you now have correct compiler.
Must be something else wrong.
Have you done a full component update?
by LeighM
Thu Feb 26, 2026 4:29 pm
Forum: General
Topic: Compile problem with FC11
Replies: 38
Views: 9237

Re: Compile problem with FC11

You seem to be running an old version of XC8 (V1.45) Looks like your PIC compiler path is "C:\Program Files (x86)\Flowcode\Compilers\pic\" This would normally be "C:\Program Files (x86)\Flowcode\Common\Compilers\picv2\" Please check toolchain location in Global Settings->Location...