2025-05-28 9:07 AM - last edited on 2025-05-29 2:24 AM by Andrew Neil
Hello ST Community,
I'm developing a simple bootloader for the STM32U599 that requires USB serial communication (CDC class) for firmware updates.
Current Situation:
Questions:
Requirements:
I've seen references to the STM32U5 Classic CoreMW package on GitHub, but wanted to confirm the best approach for our use case.
Any guidance or examples would be greatly appreciated!
Hardware: STM32U599 Tools: STM32CubeIDE, STM32CubeMX
Thanks in advance for your help!
2025-05-29 2:22 AM
Hello @nsa
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-05-29 5:57 AM
Hello @FBL ,
Is there a way to access this Core MW package from cube MX? Currently under softwrae packs for u5 I cannot see this from cube mx.
2025-05-29 6:17 AM
Hi @nsa
No, this package is exclusively published on GitHub (and is neither available in STM32CubeU5, STM32CubeMX nor available on www.st.com). It contains the integration of the Classic CoreMW stacks with STM32U5 devices, allowing users to get quick access to pre-built projects integrating them.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.