Update: RTEMS 7 Running on STM32F401RE Nucleo

@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.

1 Like

Thanks, I would prefer to keep the discussion on one topic thread though.

Duly noted. Will continue this conversation in the original thread.