Search found 535 matches
- Tue Jun 23, 2026 7:41 pm
- Forum: Bug Reports
- Topic: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version
- Replies: 8
- Views: 791
Re: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version
Could it be the e-blocks2 port remapping that is causing confusion?
- Sun Jun 21, 2026 9:12 am
- Forum: Bug Reports
- Topic: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version
- Replies: 8
- Views: 791
Re: Free Target E-Blocks2 STARM Programmer failing to compile in FC11 Free Version
This sounds like wrong project or component settings. Clock speeds for example. Because delays and PWM definitely do work. I'm not in a position to check your settings at the moment. It looks like you have posted your HAL code version? Perhaps if you post your Flowcode native version someone may be ...
- Tue Jun 09, 2026 4:24 pm
- Forum: Tips & Tricks
- Topic: So Obvious.......
- Replies: 11
- Views: 1457
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...
- Sun May 31, 2026 6:06 pm
- Forum: Projects - Embedded
- Topic: ATTiny2313/4313 Flowcode development board
- Replies: 22
- Views: 2159
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.
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.
- Sun May 31, 2026 4:44 pm
- Forum: Projects - Embedded
- Topic: ATTiny2313/4313 Flowcode development board
- Replies: 22
- Views: 2159
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: 22
- Views: 2159
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: 21345
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: 841
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: 841
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: 722
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...