Posted on June 23, 2018 at 06:45
The macro definition in the library file
STM32Cube_FW_F4_V1.0/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h at line 6112has the original definition below:
/** @brief Macro to get the I2S clock sour...
Posted on March 30, 2018 at 08:08I have a project generated by &sharpSTM32CubeMX 4.25.0 using firmware STM32Cube FW_F4 V1.21.0. The clock configuration can be found in the attached picture below. When I debugged the generated code I have seen that ...
Posted on February 12, 2018 at 13:25Hi,STM32CubeMX seems to have no option to set the FreeRTOS configuration option configUSE_QUEUE_SETS in FreeRTOSConfig.h file.Would you please confirm?#stm32cubemx
Posted on June 26, 2018 at 13:26Dear Jason,Thank you for your explanation about the problem and its solution. Since you carry all the SDIO signal by wire it should be quite normal to have signal integrity problems. It would be much better to design ...
Posted on June 26, 2018 at 08:59Hi Jason,Would you please make more explanation on how you increased the signal quality of SDIO_CLK on a standard Discovery board? Have you made any hardware patches on the board?Best regards,Mete
Posted on April 04, 2018 at 16:44 Hi DAHMEN.IMEN, I have the following workaround steps for the problem: 1) Insert the following line into the function HAL_I2S_MspInitjust before the line containing __HAL_RCC_SPI3_CLK_ENABLE(); /* BUG FIX: ...