2023-06-17 12:03 AM - edited 2023-06-17 12:04 AM
Hello,
For the STM32U5 there is a full collection of CMSIS compliant drivers. Will such drivers be provided for the H5 (in particular USB and Ethernet) and if so, does ST have an estimate of in what time frame?
I'm trying to determine if I will need to write my own wrappers or not.
Many thanks
2023-06-17 01:47 AM - edited 2023-06-17 01:47 AM
> For the STM32U5 there is a full collection of CMSIS compliant drivers
Where?
What do you mean by "CMSIS compliant drivers"?
JW
2023-06-17 07:52 AM
2023-06-20 11:22 PM
I refer to the CMSIS-Driver Specification: https://www.keil.com/pack/doc/CMSIS/Driver/html/index.html
This is a collection of APIs that allow components to be interfaced with Keil MDK Middleware or any other CMSIS-Driver compliant middleware, such as the USB and Network stacks.
The U5 features a CMSIS-Driver compliant USB implementation, amongst other things.
2023-06-20 11:25 PM - edited 2023-06-20 11:48 PM
Thank you for your response, I can see that right now from those release notes there's no support for CMSIS-Driver compliant drivers (https://www.keil.com/pack/doc/CMSIS/Driver/html/index.html), questions:
Many thanks
2023-06-21 02:07 AM
> so that I can lift and adopt an existing CMSIS implementation?
You mean of course, existing implementations from ST "Cube firmware" packages for STM32H7 (ETH) and ST USB H/D libraries on github ?
2023-07-14 09:32 AM
I'm not sure I fully understand your question but let me try:
If you mean something else, then sorry for the misunderstanding and thanks in advance for clarifying.