Search found 64 matches

by Brendan
Thu Aug 28, 2025 1:22 pm
Forum: Feature Requests
Topic: Get Source Project Filename/Date/Time as String
Replies: 4
Views: 176

Re: Get Source Project Filename/Date/Time as String

Hi Martin. I'm sure that will help - thank you, though I found the 'Auto Version Identifier' component under Storage >> Utility. File versions are usually embedded in file names (so that we can recover them in a name search), so ability to reference and report the source project filename (also refle...
by Brendan
Thu Aug 28, 2025 11:54 am
Forum: Feature Requests
Topic: Get Source Project Filename/Date/Time as String
Replies: 4
Views: 176

Get Source Project Filename/Date/Time as String

When creating many different projects and products, building them and programming to micros, it is invariably useful to know exactly which software version is programmed to the micro by report (UART/USB/display, etc). This can be achieved manually by creating a string constant, copying-in the source...
by Brendan
Fri Aug 15, 2025 2:20 pm
Forum: Feature Requests
Topic: Useful addition to Timer Interrupt configuration pane
Replies: 1
Views: 2151

Useful addition to Timer Interrupt configuration pane

Many amongst us will be using timer interrupts on devices that clock such timers from internal busses (i.e. not the input clock frequency always assumed by Flowcode), rendering the otherwise-useful interrupt frequency calculations quite wrong. Ordinarily, it is most useful to play around with pre-sc...
by Brendan
Sat Aug 09, 2025 1:13 pm
Forum: Feature Requests
Topic: USB Vcom for STM32F...
Replies: 0
Views: 1702

USB Vcom for STM32F...

Whilst I've responded to a former thread on the subject, more appropriate to request here support for STM32 USB Vcom, obviously requiring that pre/post-scalers are first configured appropriately. I'm professionally committed to mostly STM32 these days, now using such micros to stream/log high-speed ...
by Brendan
Sat Aug 09, 2025 12:49 pm
Forum: Bug Reports
Topic: Compiler error, STM32F4 and USB Serial Component
Replies: 3
Views: 2402

Re: Compiler error, STM32F4 and USB Serial Component

A huge +1 for USB Vcom support for STM32 devices, with the obvious caveat that clock prescale/postscale registers must first be set correctly - per STM32 CubeMX. I'm streaming high-speed data to host from ADCs, but limited by wired UART. USB Vcom would expand available bandwidth and leverage the hig...
by Brendan
Thu Jul 31, 2025 9:04 am
Forum: General
Topic: USART-UART problem with STM32F446
Replies: 7
Views: 3249

Re: USART-UART problem with STM32F446

I believe there are fundamental issues with STM32F4.. UART, particularly when RxD hangs for no apparent reason, and erratically so. I have a program on an STM32F407 running TxD+RxD (no flow control) on two hardware UART channels running at 9600bps. In both cases the UARTS are serviced by ISRs that m...
by Brendan
Fri May 09, 2025 1:57 am
Forum: Feature Requests
Topic: 'Exclude From Build' options for build error debug
Replies: 4
Views: 6390

Re: 'Exclude From Build' options for build error debug

Thank you Steve - Entirely appreciated.
by Brendan
Thu May 08, 2025 5:24 pm
Forum: Feature Requests
Topic: 'Exclude From Build' options for build error debug
Replies: 4
Views: 6390

'Exclude From Build' options for build error debug

Quite often it can be somewhat frustrating getting to the bottom of build errors, whether they be embedded in macros, conflicts in var types, interrupts, etc. It's certainly possible to copy the project to a new file, deleting macros and variables (etc) until a successful exploratory build points at...
by Brendan
Sat May 03, 2025 3:03 am
Forum: Feature Requests
Topic: Micro-ROS for STM32
Replies: 3
Views: 3897

Re: Micro-ROS for STM32

Hi Ben. Thank you so very much for investigating further, and for your valued time to reply. I really do appreciate this. I will take this back to the team early next week in order that we can now arrive at well-informed decisions going forwards, hoping that scope remains for Flowcode-based integrat...
by Brendan
Fri May 02, 2025 9:39 am
Forum: Feature Requests
Topic: Micro-ROS for STM32
Replies: 3
Views: 3897

Micro-ROS for STM32

Hi everyone. I'm at a bit of a juncture with Flowcode and a high-profile professional project. I'm developing system hardware and functions for a robotics system, based around STM32F407IG, and I must now investigate micro-ROS integration to the MCU. A colleague found and highlighted a topic (mid-202...