Search found 58 matches
- Mon Apr 07, 2025 9:27 pm
- Forum: Bug Reports
- Topic: Enabling RXINT on STM32F411CE hangs
- Replies: 5
- Views: 4041
Enabling RXINT on STM32F411CE hangs
Hello all. I'm working on a project based upon the STM32F411CE, and need to enable RXINT2 (for completeness, channel 2 on PA2/PA3, no flow control). When enabled however, the code completely hangs at the point where the interrupt is enabled. No issues whatsoever with TxD though (reliable at 3Mbps). ...
- Thu Mar 27, 2025 4:48 pm
- Forum: Bug Reports
- Topic: SOLVED: STM32F407IG Build Error
- Replies: 4
- Views: 2752
Re: STM32F407IG - Build Error
Thanks Stefan. Indeed, your finding is ahead of me, and aware that arrays can only be initialised using (e.g.) syntax { 0,0,0,0 }, I'm not sure where the single '0' came from, or how that got past the gatekeeper if my own fault. Anyway, thank you again, and lesson learned for future reference :) Bes...
- Thu Mar 27, 2025 4:18 pm
- Forum: Bug Reports
- Topic: SOLVED: STM32F407IG Build Error
- Replies: 4
- Views: 2752
Re: STM32F407IG - Build Error
Many thanks Stefan! I'll revisit the vars to see if there's anything obvious with them, and a successful duplication and rebuild of the same barebones project and settings confirm what you say. I suspect something had a hiccup somewhere along the way (e.g. accepted illegal initialiser, or something ...
- Thu Mar 27, 2025 3:31 pm
- Forum: Bug Reports
- Topic: SOLVED: STM32F407IG Build Error
- Replies: 4
- Views: 2752
SOLVED: STM32F407IG Build Error
I'm committed to a project using the STM32F407IG MCU, though the project wouldn't build to Hex file and I don't think I'm doing anything stupidly obvious (don't quote me on that :lol: ). I haven't encountered such issues before for other/smaller MCUs of the STM32F407... family. I then stripped out a...
- Mon Jul 29, 2024 10:30 am
- Forum: Feature Requests
- Topic: I3C Component
- Replies: 2
- Views: 6563
I3C Component
Hi team. Just a quickie to suggest a convenient I3C component, with each dashboard instance defined by the third line used for targeted communication. With I2C backwards compatibility, it's certainly an easy workaround by separately activating the third line for affected devices, though I do see eme...
- Thu Apr 11, 2024 4:10 pm
- Forum: Feature Requests
- Topic: Suggestions for FC10 UI and EEPROM WritePage component
- Replies: 2
- Views: 4866
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...
- Wed Apr 10, 2024 10:35 am
- Forum: Projects - Embedded
- Topic: Changing W5500 Networking Parameters
- Replies: 4
- Views: 4440
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...
- Tue Apr 09, 2024 1:38 pm
- Forum: Projects - Embedded
- Topic: Changing W5500 Networking Parameters
- Replies: 4
- Views: 4440
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...
- Mon Apr 08, 2024 7:01 pm
- Forum: Projects - Embedded
- Topic: Changing W5500 Networking Parameters
- Replies: 4
- Views: 4440
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...
- Fri Mar 22, 2024 12:12 am
- Forum: Feature Requests
- Topic: Visual-Only Flowcharter
- Replies: 9
- Views: 8104
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...