Search found 43 matches

by Brendan
Thu Nov 23, 2023 11:19 am
Forum: Projects - Embedded
Topic: MODBUS using ENC28J60 tcp/ip component isn't working
Replies: 10
Views: 9943

Re: MODBUS using ENC28J60 tcp/ip component isn't working

I'm fundamentally a hardware engineer, dependent upon Flowcode to get me by (and very successfully, I might add) for the various professional projects I've developed since 2012. It's been a great ride, with exemplary support along the way. However, integrating very simple network messaging into a pr...
by Brendan
Fri Oct 20, 2023 2:24 am
Forum: Bug Reports
Topic: STM32F407 Timer Interrupts
Replies: 3
Views: 2815

Re: STM32F407 Timer Interrupts

Thank you Leigh. I suspected this might be the case. Perhaps FC configurations would best be contextual, based on the MCU in question, rather than to suggest user settings known to be possibly/probably incorrect? Better still, user-declared clock speeds (e.g. such as already provided in the build op...
by Brendan
Thu Oct 19, 2023 11:48 am
Forum: Bug Reports
Topic: STM32F407 Timer Interrupts
Replies: 3
Views: 2815

STM32F407 Timer Interrupts

I'm having issues with STM32F407VET6 and Timer Interrupts on a professional project. So, I created very simple code leaving nothing to the imagination, using an STM32F407 board conveniently equipped with LEDs on A6 and A7. The program has a repeating main loop with 1s delays between A7 high and A7 l...
by Brendan
Mon Oct 16, 2023 2:56 pm
Forum: Feature Requests
Topic: Flowcode Panels - Sizing Overhaul
Replies: 2
Views: 4311

Re: Flowcode Panels - Sizing Overhaul

Thank you Steve - Greatly appreciated ! If I might just add to this list as I go along (rather than new topic each time), with apologies in advance if covered/mentioned elsewhere... All array elements automatically and unnecessarily expand in project explorer, pushing down variables in the list: Oft...
by Brendan
Sat Oct 07, 2023 3:39 am
Forum: Feature Requests
Topic: Flowcode Panels - Sizing Overhaul
Replies: 2
Views: 4311

Flowcode Panels - Sizing Overhaul

A number of editing panels don't maintain persistent resizing (e.g. Variables list that collapses to a narrow column on opening FC each time). Some windows in panels remain a percentage width of the parent panel that they're in, rather than being able to drag borders to suit user preferences and edi...
by Brendan
Sat Oct 07, 2023 3:26 am
Forum: Feature Requests
Topic: Suggestions for new microcontroller support
Replies: 49
Views: 100040

Re: Suggestions for new microcontroller support

Although RPi availability is getting back on track, the yr+ hiatus accelerated interest in Radxa's RockPi chipset and various board platforms as a solid RPi contender. You can also generally use the RPi compute module platform to connect Radxa boards, although the Radxa compute module further offers...
by Brendan
Wed Sep 06, 2023 3:15 pm
Forum: Bug Reports
Topic: STM32 Clock Speed in Build Options
Replies: 2
Views: 1392

Re: STM32 Clock Speed in Build Options

Perfect!

Thank you Leigh - Greatly appreciated!

(coding ahead of hardware to play with)

Best regards,
Brendan
by Brendan
Thu Aug 31, 2023 5:32 pm
Forum: Bug Reports
Topic: STM32 Clock Speed in Build Options
Replies: 2
Views: 1392

STM32 Clock Speed in Build Options

When setting the various clock parameters for the STM32F407VET6 against STM32CubeMX, for a system clock frequency of 168MHz, the clock speed setting for Flowcode delay-related timings complains that 26MHz is the limit for this device. Many thanks in advance, Brendan STM32F407_Settings.png STMF32F407...
by Brendan
Mon Jun 12, 2023 5:21 pm
Forum: Projects - Embedded
Topic: Example Sought - W5500 TCP-IP
Replies: 2
Views: 3140

Example Sought - W5500 TCP-IP

I've been asked to add reliable messaging capability over LAN to an existing Flowcode project, currently only using serial UART to a host PC. Now, having never interfaced LAN to anything before - and particularly with Flowcode (FC10), I'm getting a little tied up trying to establish exactly how and ...
by Brendan
Mon Oct 31, 2022 4:56 pm
Forum: Feature Requests
Topic: PIC32MZ Interrupt Support (SOLVED)
Replies: 5
Views: 1533

Re: PIC32MZ Interrupt Support (SOLVED)

Thank you Ben - What a great call, and words can't express the pain and time your recollection has saved. Yes, the register was indeed set for microMIPS... Changed, a debug interrupt timer routine added, and working like a charm. Maybe if this could be set to MIPS32 by default...? This gotcha' perma...