@gedare @c-mauderer @JoelSherrill
Successfully got RTEMS 7 working on the STM32F4 board:
What I did:
I have built and flashed RTEMS 7 application to STM32F411 Nucleo
Got the GPIO control working (verified with multimeter on PA10)
Also set up the debugging environment (GDB+st-util)
I have researched TinyUSB integration and found that it’s not yet ported to RTEMS. TinyUSB supports STM32F4 hardware but lacks the RTEMS OS integration layer. Main challenges include interrupt handling, task/threading integration, and memory allocation adaptation.