Search found 43 matches

by Brendan
Thu Apr 11, 2024 4:10 pm
Forum: Feature Requests
Topic: Suggestions for FC10 UI and EEPROM WritePage component
Replies: 0
Views: 41

Suggestions for FC10 UI and EEPROM WritePage component

Apologies for wrapping different topical areas... FC10 Graphical User Interface: Although I've suggested elsewhere an ability to colour custom macro icons in the Project Explorer window, it would really help to be able to move them up/down the list (i.e. not just sorted alphabetically). Working on s...
by Brendan
Wed Apr 10, 2024 10:35 am
Forum: Projects - Embedded
Topic: Changing W5500 Networking Parameters
Replies: 4
Views: 81

Re: Changing W5500 Networking Parameters

Thanks again Chipfryer. Your informed reply gives me the confidence to proceed to roll-out, and I'll be able to test this today on existing hardware, with working/editable EEPROM tables already set up and the W5500 dedicated reset line indeed returned to MCU port. I'll post back results, to the poss...
by Brendan
Tue Apr 09, 2024 1:38 pm
Forum: Projects - Embedded
Topic: Changing W5500 Networking Parameters
Replies: 4
Views: 81

Re: Changing W5500 Networking Parameters

Thank you Chipfryer. The project will be delivered with arbitrary test defaults declared in Flowcode's W5500 component properties, and presently all working well with those parameters. My thoughts were really based upon W5500 initially using declared parameters in the W5500 component with network co...
by Brendan
Mon Apr 08, 2024 7:01 pm
Forum: Projects - Embedded
Topic: Changing W5500 Networking Parameters
Replies: 4
Views: 81

Changing W5500 Networking Parameters

Hi Guys, Just a quickie that I'm sure someone will be able to answer... Using the TCP_IP_W5500 component, I need to be able to change networking IP/SubNet/Port/MAC parameters on the fly, allowing users to change/set configuration values to EEPROM, with the code updating W5500 parameters when changed...
by Brendan
Fri Mar 22, 2024 12:12 am
Forum: Feature Requests
Topic: Visual-Only Flowcharter
Replies: 9
Views: 274

Re: Visual-Only Flowcharter

Hi Martin. I tried Ben's parser, which looks very good for visual-only representation of project source. Unfortunately, I'm unable to use Ben's tool due to company prohibitions uploading what would be regarded as company-confidential information to an unapproved location, as might apply to other pro...
by Brendan
Thu Mar 21, 2024 2:34 pm
Forum: Feature Requests
Topic: Visual-Only Flowcharter
Replies: 9
Views: 274

Re: Visual-Only Flowcharter

Thanks Martin,

I'll definitely take a look at that, and thank you for the link.

Best regards,
Brendan
by Brendan
Thu Mar 21, 2024 12:26 pm
Forum: Feature Requests
Topic: Visual-Only Flowcharter
Replies: 9
Views: 274

Visual-Only Flowcharter

We're all well-aware of the remarkable educational and productivity benefits of Flowcode visual development UI. However, for more complex projects, and particularly for discussion and high-level review with fellow students, engineers and stakeholders, I believe a simple 'visual-only' flowcharting fe...
by Brendan
Sat Feb 24, 2024 6:48 pm
Forum: Bug Reports
Topic: Unexpected changes to FC10 source project on re-opening
Replies: 2
Views: 160

Re: Unexpected changes to FC10 source project on re-opening

Hi Ben.

Many thanks for the heads-up.

I've just updated the affected work laptop (3 component updates) and very happy to confirm that the project now preserves the software UART configuration after closure and re-opening :)

Best regards,
Brendan
by Brendan
Fri Feb 23, 2024 6:13 pm
Forum: Bug Reports
Topic: Unexpected changes to FC10 source project on re-opening
Replies: 2
Views: 160

Unexpected changes to FC10 source project on re-opening

I'm working on a sizeable project with six UART ports, with much time expended to check and prove configurations (etc) without conflicts. However, in addition to the six hardware UARTs, I've added a 7th software 'UART' (Tx only) to drive a Parallax LCD display. A few times now I've re-opened and re-...
by Brendan
Fri Feb 23, 2024 10:21 am
Forum: Bug Reports
Topic: Under-reported no. of bytes in circular buffer
Replies: 4
Views: 168

Re: Under-reported no. of bytes in circular buffer

Thank you Chipfryer - very much appreciated. Further investigations suggest something could be going on with the stack/heap however, particularly as the main branch forcibly clears the circular buffer and associated variables at the end - well after possible reception of further data, yet loops and ...