User Activity

On a stm32 mcu, using HAL_I2S_Receive_DMA the clock generation is started. At first, the application went into a hard fault and nothing is subsequently written in the data receive buffer.HardFault_Handler:08000942:  push  {r7}08000944:  add   r7, sp,...
The code goes toHAL_I2S_Receive_DMA at __HAL_UNLOCK(hi2s);andvoid HAL_DMA_IRQHandler(DMA_HandleTypeDef *hdma){ uint32_t tmpisr; __IO uint32_t count = 0; uint32_t timeout = SystemCoreClock / 9600; /* calculate DMA base and stream number */ DMA_Base_Re...
Is there an official github page for STM32CubeIDE and/or STM32CubeMX to which we can raise an issue regarding the software as well as provide a fix for it? That way the community can contribute to this software (even though it probably is a closed so...