User Activity

I try to include stm32h7xx_hal_i2s_ex.h and define SPI_I2S_FULLDUPLEX_SUPPORTThese are the errors that occur as below:..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_i2s_ex.c(243): error: #20: identifier "HAL_I2S_STATE_BUSY_TX_RX" is undefined ...
Posted on April 26, 2016 at 11:25Hi all,I am working with STM32F411CE. I know that if I use below code will occurred every 1 ms, but it occurred every 0.5ms in my code. HAL_SYSTICK_Config(HAL_RCC_GetHCLKFreq()/1000);    // HAL_RCC_GetHCLKFreq = 9600...