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.
Search found 532 matches
- Sun May 31, 2026 6:06 pm
- Forum: Projects - Embedded
- Topic: ATTiny2313/4313 Flowcode development board
- Replies: 17
- Views: 469
- Sun May 31, 2026 4:44 pm
- Forum: Projects - Embedded
- Topic: ATTiny2313/4313 Flowcode development board
- Replies: 17
- Views: 469
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.
- Sun May 31, 2026 4:22 pm
- Forum: Projects - Embedded
- Topic: ATTiny2313/4313 Flowcode development board
- Replies: 17
- Views: 469
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.
Hope that helps.
- Sat May 16, 2026 12:09 pm
- Forum: Tips & Tricks
- Topic: STM32F dev board programming via DFU USB bootloader
- Replies: 3
- Views: 20678
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.
Your hardware would need to have USB and Boot0 switch implemented.
- Fri May 01, 2026 9:43 am
- Forum: Bug Reports
- Topic: RPI 4B Flashing LED Test Compile Fail
- Replies: 5
- Views: 502
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 
- Thu Apr 30, 2026 9:45 pm
- Forum: Bug Reports
- Topic: RPI 4B Flashing LED Test Compile Fail
- Replies: 5
- Views: 502
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.
But have you tried a full database update?
The CAL string files have had some changes recently.
- Thu Apr 30, 2026 9:06 am
- Forum: General
- Topic: Button on FlowCode 10
- Replies: 1
- Views: 553
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...
- Sat Apr 18, 2026 8:30 am
- Forum: General
- Topic: ESP32 C6 mini compile does not work
- Replies: 27
- Views: 15807
Re: ESP32 C6 mini compile does not work
Login to your Flowcode account, then try the link again
- Wed Apr 01, 2026 9:12 am
- Forum: Bug Reports
- Topic: Pi Pico Compile Error
- Replies: 4
- Views: 1781
Re: Pi Pico Compile Error
FCLsz_TEMPSTR is undefined in PICO_CAL_String.c
this needs a fix from Matrix
this needs a fix from Matrix
- Fri Mar 27, 2026 9:18 am
- Forum: Projects - Embedded
- Topic: flickering STM32 touch screen
- Replies: 6
- Views: 2372
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?
• 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?