User Activity

Hi,​​MemManage Fault occured in ITCM when I changed the system clock and DMA channel.Does ITCM cause errors? What are the causes of errors? Any ideas?​I changed below:system clock: 480MHz→400MHzDMA: DMA2_Stream1 →BDMA_channel0
Hello,I have implemented some source code on my original borad with STM32H743.(ex. use HAL_UART_DMA, HAL_SAI_DMA, and more.)I run without Breakpoint, but HardFault occurs.However, I run with Breakpoint, HardFault does not occur.According to the Fault...
I would like to use SAI interface, but the initial setup seems to be failing. ErrorHandler was called because of FIFO is Empty after calling HAL_SAI_Transmit_DMA().​The SAI is set up as follows: hsai_BlockA4.Instance = SAI4_Block_A; hsai_BlockA4.I...