Hello,at first you make sure if you borad Nucleo-H563ZI is TZEN enable using STM32CubeProgrammer and verify the option byte(TZEN,SECWM1_PSTRT,SECWM1_PEND,SECWM2_PSTRT,SECWM2_PEND) are configured correctly. please apply the step in readme in the part...
hello,to add file source file .c in STM32CubeIDE you can add it manually :- right click on USB_HOST - select New > File- select "<<Advanced" and check "link to file in the file system" - after that you can Browse your file source that you want Best ...
Hello,Clock Config of SD is correct and it is located in "SystemClock_Config" function.Please find attached this lien of "FatFs_uSD_Standalone" application on STM32L552E-EV can help you :https://github.com/STMicroelectronics/STM32CubeL5/tree/master/P...
Hello,Please find attached the example PWR_STANDBY on NUCLEO-C031C6 can help you, this example works on wake-up the system in pressing the User push-button which is connected to the wake-up pin PWR_WAKEUP_PIN2