Search found 1340 matches
- Mon Feb 16, 2026 9:25 am
- Forum: Bug Reports
- Topic: ATMEL-ICE programmer not seen on "Programmer port" menu
- Replies: 8
- Views: 165
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...
- Mon Feb 16, 2026 9:15 am
- Forum: Feature Requests
- Topic: Move variables (Expressions) position in simulation list
- Replies: 1
- Views: 48
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.
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.
- Thu Feb 12, 2026 3:16 pm
- Forum: General
- Topic: Flowcode application compiled into bootloader memory area – how to shift start address correctly?
- Replies: 5
- Views: 638
Re: Flowcode application compiled into bootloader memory area – how to shift start address correctly?
Excellent - thanks for letting us know.
- Thu Feb 12, 2026 9:27 am
- Forum: General
- Topic: BBCWeatherForecast
- Replies: 5
- Views: 401
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...
- Wed Feb 11, 2026 8:56 am
- Forum: Bug Reports
- Topic: Lookup table in simulation
- Replies: 11
- Views: 738
- Tue Feb 10, 2026 5:46 pm
- Forum: Bug Reports
- Topic: PIC12F629 Compile error
- Replies: 8
- Views: 450
Re: PIC12F629 Compile error
Thanks, both. It looks like a problem with the chip definition file and we'll get that fixed asap.
- Tue Feb 10, 2026 5:41 pm
- Forum: Bug Reports
- Topic: Lookup table in simulation
- Replies: 11
- Views: 738
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...
- Mon Feb 09, 2026 3:27 pm
- Forum: Bug Reports
- Topic: Lookup table in simulation
- Replies: 11
- Views: 738
Re: Lookup table in simulation
Thanks, Martin. I can see what's going on. The list for values is parsed using an internal function in Flowcode that expects to the values to be either comma-separated or newline-separated. In fact, you could have some values delimited with a comma and some delimited with a newline. You could remove...
Re: BME280
In general, simulation within Flowcode (and with other software such as Proteus) is useful to get an idea if the project is working and to quickly experiment without needing to first create actual hardware. But it is not always 100% representative of how a project will work in real life and so there...
- Fri Feb 06, 2026 2:13 pm
- Forum: Feature Requests
- Topic: Chart with more options
- Replies: 7
- Views: 1052
Re: Chart with more options
BTW, another tip for seeing the properties for the Base2dChart subcomponent is to tick the "Expose full component tree in property pane" option in View...Component Debugger. This will allow you to see the properties available in that (and any other) subcomponent. You can also change the se...