Search found 1343 matches

by Steve-Matrix
Tue Feb 17, 2026 9:26 am
Forum: General
Topic: Flowcode application compiled into bootloader memory area – how to shift start address correctly?
Replies: 7
Views: 790

Re: Flowcode application compiled into bootloader memory area – how to shift start address correctly?

Do you know what specific source code it being compiled to live within the bootloader area? Or is the problem just that the IVT code is not being placed into the relocated area? Or is it something else? It might help to create a *very* simple example of the issue in MPLAB and replicate it in Flowcod...
by Steve-Matrix
Tue Feb 17, 2026 9:18 am
Forum: Projects - Embedded
Topic: using personnal arduino library insite flowcode
Replies: 3
Views: 69

Re: using personnal arduino library insite flowcode

Further to @chipfryer27's suggestion, there is more info about the Supplementary Code feature in the wiki and there are many posts on the forum that discuss it too. For example, see here:
https://www.flowcode.co.uk/forums/viewtopic.php?t=3359
by Steve-Matrix
Tue Feb 17, 2026 9:13 am
Forum: Projects - Embedded
Topic: how to not be stuck inside a state chart
Replies: 2
Views: 70

Re: how to not be stuck inside a state chart

Also, please post your project as that will allow us to see what you have tried.
by Steve-Matrix
Mon Feb 16, 2026 9:25 am
Forum: Bug Reports
Topic: ATMEL-ICE programmer not seen on "Programmer port" menu
Replies: 8
Views: 223

Re: ATMEL-ICE programmer not seen on "Programmer port" menu

I've done a quick internet search and this link holds some useful info: https://www.eevblog.com/forum/microcontrollers/programming-an-avr-from-the-command-line-with-an-atmel-ice/ The utility "atprogram" appears to have the necessary command line switches to allow Flowcode to use it as a pr...
by Steve-Matrix
Mon Feb 16, 2026 9:15 am
Forum: Feature Requests
Topic: Move variables (Expressions) position in simulation list
Replies: 1
Views: 94

Re: Move variables (Expressions) position in simulation list

Thanks. I'd add to our list for a way to move these around.

A workaround would be to replicate an existing expression/variable in the list at the bottom and then replace the original with a new expression/variable.
by Steve-Matrix
Thu Feb 12, 2026 9:27 am
Forum: General
Topic: BBCWeatherForecast
Replies: 5
Views: 477

Re: BBCWeatherForecast

It looks like the IP address in that example is now wrong. I assume the bbc has changed it. There is supposedly an RSS feed, but I cannot get that to work. I'm getting "service temporarily unavailable" when trying this link: http://newsrss.bbc.co.uk/weather/forecast/4197/Next3DaysRSS.xml T...
by Steve-Matrix
Wed Feb 11, 2026 8:56 am
Forum: Bug Reports
Topic: Lookup table in simulation
Replies: 11
Views: 885

Re: Lookup table in simulation

mnfisher wrote:
Tue Feb 10, 2026 8:35 pm
A mystery?!
Probably a glitch in the Matrix ;)
by Steve-Matrix
Tue Feb 10, 2026 5:46 pm
Forum: Bug Reports
Topic: PIC12F629 Compile error
Replies: 8
Views: 526

Re: PIC12F629 Compile error

Thanks, both. It looks like a problem with the chip definition file and we'll get that fixed asap.
by Steve-Matrix
Tue Feb 10, 2026 5:41 pm
Forum: Bug Reports
Topic: Lookup table in simulation
Replies: 11
Views: 885

Re: Lookup table in simulation

Commas and newlines are both treated as delimiters and so use one or the other. If you have a trailing comma and then a newline, Flowcode sees this as having nothing between those 2 delimiters and inserts a zero. (I might change Flowcode so a future release will treat a comma followed by a newline a...