Search found 54 matches
- Wed Apr 30, 2025 11:55 pm
- Forum: General
- Topic: How to import third-party libraries through c code
- Replies: 5
- Views: 5806
Re: How to import third-party libraries through c code
Hello, That looks interesting. I've made a note to have a good look through that library. For now just using the C code in Flowcode probably won't be easy or straightforward. It's very specifically created for STM32 devices running on the CubeMX IDE. It may work ok if your using an STM32 but if you...
- Fri Apr 11, 2025 3:14 pm
- Forum: User Components
- Topic: Max. values in Delay component
- Replies: 2
- Views: 3098
Re: Max. values in Delay component
Thank you Steve - Entirely appreciated and understood
Best regards,
Brendan

Best regards,
Brendan
- Fri Apr 11, 2025 2:06 pm
- Forum: User Components
- Topic: Max. values in Delay component
- Replies: 2
- Views: 3098
Max. values in Delay component
I'm using the delay component in various places of a project, with variables permitting global changes to delay parameters. Elusive however is the maximum value that the Delay component will accept. I'm guessing 16-bit UINT, though need to be sure before I render all such delays in microseconds, pos...
- Fri Apr 11, 2025 1:43 pm
- Forum: Bug Reports
- Topic: Enabling RXINT on STM32F411CE hangs
- Replies: 5
- Views: 1625
Re: Enabling RXINT on STM32F411CE hangs
Hi Stefan. I'm presently using the STM32F411CE to reliably drive a proprietary FTDI 232-3V3 USB-UART cable at 3Mbps, with all internal MCU bus clocks set to maximum permissible speed per STM32CubeMx application. This is required to support fast data reporting in real-time from SAR ADCs interfaced wi...
- Tue Apr 08, 2025 12:21 pm
- Forum: Bug Reports
- Topic: Enabling RXINT on STM32F411CE hangs
- Replies: 5
- Views: 1625
Re: Enabling RXINT on STM32F411CE hangs
Hi Leigh. Further to the foregoing, I stripped out all underlying code and macros (necessary as it's regarded 'Company Confidential'), leaving basic project initialisation intact to the point where it would send 'UART OK' and thereafter hang with RXINT enabled. Toggle-disabling RXINT resulted in the...
- Tue Apr 08, 2025 11:06 am
- Forum: Bug Reports
- Topic: Enabling RXINT on STM32F411CE hangs
- Replies: 5
- Views: 1625
Re: Enabling RXINT on STM32F411CE hangs
Thank you Leigh.
Just checked in and saw your reply, whilst I prepare to extract company-confidential material and upload an example project.
Back soon, and thank you for your support.
Best regards,
Brendan
Just checked in and saw your reply, whilst I prepare to extract company-confidential material and upload an example project.
Back soon, and thank you for your support.
Best regards,
Brendan
- Mon Apr 07, 2025 9:27 pm
- Forum: Bug Reports
- Topic: Enabling RXINT on STM32F411CE hangs
- Replies: 5
- Views: 1625
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: 1752
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: 1752
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: 1752
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...