2024-06-10 05:16 PM
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:
Thank you for your help.
Solved! Go to Solution.
2024-06-26 02:50 AM
Hello @Stnoobs ,
1. right due to the absence of HAL_XSPI_MODULE_ENABLED
2. correct
3. I got these ones, but i don't have it while using USART1, and the MX_USART1_UART_Init() is empty
4. correct
So, for me, the main issue with QUADSPI is the missing of HAL_XSPI_MODULE_ENABLED in the conf.h (even commented)
And I have the same kind of issues as you with USART1, and furthermore the init is not done.
I will try to report the problem to the appropriate team
Thank you
regards,
David B.
2024-06-26 02:50 AM
Hello @Stnoobs ,
1. right due to the absence of HAL_XSPI_MODULE_ENABLED
2. correct
3. I got these ones, but i don't have it while using USART1, and the MX_USART1_UART_Init() is empty
4. correct
So, for me, the main issue with QUADSPI is the missing of HAL_XSPI_MODULE_ENABLED in the conf.h (even commented)
And I have the same kind of issues as you with USART1, and furthermore the init is not done.
I will try to report the problem to the appropriate team
Thank you
regards,
David B.