Question
How to use nucleo-h7s3l8
Hi all,
I buy a nucleo-h7s3l8 but I don't how to program and debug it
H7s3l8 mcu is different from other stm32 mcu that I use before
My question is as follows
- If I use STM32CubeMx to create project.I will get two subproject boot and appli in Stm32CubeIde.Can I just program BOOT project ?
- Follow first question . Can I comment out "if (BOOT_OK !=BOOT_Application())" If I just program BOOT project ,

I want to make the nucleo-h7s3l8 to a USB device.How to operate STM32CubeMx to craeate project? The UCPD must enable?or enable USBD is enough
- I want to try nucleo-h7s3l8 HID example,but I don't know how to do it. I follow the readme to program but it is not work. I use debug mode to trace nucleo-h7s3l8. Because "BOOT_Application()" is not return BOOT_OK, so nucleo-h7s3l8 enter the "Error_Handler".
What should I do if I want to try the Example?
