User Activity

Hello,I'm encountering an error during USBX initialization.Inside the _ux_device_stack_initialize function: memory =  _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_SLAVE_CLASS) * UX_MAX_SLAVE_CLASS_DRIVER); When executing the ...
There's a problem enabling QuadSPI in CubeIDE. After enabling QSPI and generating the code, compile errors occur.Here are the issues I've identified:XSPI_HandleTypeDef is not defined.There's no define related to QSPI (or XSPI) Enable in the stm32mp13...
I am using the SDMMC1 interface without an SD card, utilizing only the data lines. Therefore, the CMD line is not needed, and I have deactivated the CMD pin. However, the HAL_SDMMC library sends CMD data and expects a response from the SD card, causi...