Search found 533 matches

by LeighM
Tue Jun 09, 2026 4:24 pm
Forum: Tips & Tricks
Topic: So Obvious.......
Replies: 11
Views: 746

Re: So Obvious.......

Interesting about the Orange Pi, I've been using these for some time, although they are not as dirt cheap as they used to be. I have one running my NAS, running on Armbian Linux, which I would recommend, as I've found it to be the most stable and supported ARM distro, apart from Raspberry PI OS of c...
by LeighM
Sun May 31, 2026 6:06 pm
Forum: Projects - Embedded
Topic: ATTiny2313/4313 Flowcode development board
Replies: 22
Views: 1583

Re: ATTiny2313/4313 Flowcode development board

Could you try adding a property
file = "ATTINY4313_dev_board"
after the name =
(I can't remember if we need the .fcdx suffix)
And delete everything above <root>
Such that it's the first line.
by LeighM
Sun May 31, 2026 4:44 pm
Forum: Projects - Embedded
Topic: ATTiny2313/4313 Flowcode development board
Replies: 22
Views: 1583

Re: ATTiny2313/4313 Flowcode development board

I can't be sure on the details without checking on my installation and I'm not at all familiar with AVR.
by LeighM
Sun May 31, 2026 4:22 pm
Forum: Projects - Embedded
Topic: ATTiny2313/4313 Flowcode development board
Replies: 22
Views: 1583

Re: ATTiny2313/4313 Flowcode development board

Quick look on my mobile, re the first issue, I think you need to change device name="ATTINY4313' to something like ATTINY4313_dev_board to make the fcd unique. As I recall, as an alternative, there's also a 'file' option property for the device section.
Hope that helps.
by LeighM
Sat May 16, 2026 12:09 pm
Forum: Tips & Tricks
Topic: STM32F dev board programming via DFU USB bootloader
Replies: 3
Views: 21284

Re: STM32F dev board programming via DFU USB bootloader

You could use the output of the Flowcode "Compile to Hex" and use the GUI version of STM32CubeProgrammer.

Your hardware would need to have USB and Boot0 switch implemented.
by LeighM
Fri May 01, 2026 9:43 am
Forum: Bug Reports
Topic: RPI 4B Flashing LED Test Compile Fail
Replies: 5
Views: 684

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: 684

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: 662

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: 17832

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: 2177

Re: Pi Pico Compile Error

FCLsz_TEMPSTR is undefined in PICO_CAL_String.c
this needs a fix from Matrix