2024-04-05 08:54 AM - edited 2024-04-05 09:28 AM
Hello,
I wonder if it exists an Ux_Device_HID example project for STM32U585ZITxQ mcu or the way to convert the Ux_Device_HID project for STM32U585AIIXQ present in the examples for a different packaged mcu.
Best regards
Ilaria
2024-04-05 02:06 PM - edited 2024-04-05 04:32 PM
Is this example what you mean as "examples for a different packaged mcu"?
Yes, there is a way to convert it for other board or packaging - assuming the hardware is evaluation board from ST or other known manufacturer. Custom-made hardware is always a gamble.
2024-04-08 10:43 AM
Hello Pavel,
the .ioc of this example evidences that it's related to an STM32U585AIIXQ mcu (UFBGA-169 package).
I need to let the same example run on a STM32U585ZITxQ mcu (LQFP-144 package) after having converted the project.
I don't find a way to get this automatically: CubeMX doesn't show my target mcu among the STM32U585AIIXQ pin-compatible due to the package difference.
I'm searching for a way to perform the convertion.
The test of the custom-made hardware will come after this stage; of course, the relevant USB_OTG_FS_DP pins have been maintained (PA11 and PA12).
Thank you, best regards.
Ilaria
2024-04-10 01:27 PM
Have you read the CubeMX user manual, ch. 4.10, on Importing projects? Does it help?