User Activity

Hello there.On my board I've setup DCMI to read some arbitrary data from ADC. I've planed to use JPEG mode to just capture all the raw data from ADC while HSYNC is in LOW state. There is my timing diagram:The thing is I do not get FRAME interrupt nor...
Hello there.Our design currently utilizes MDMA for intensive writes from SRAM4 to FMC bus area. Transfer is setup with double word transactions, witch is critical for performance. DMA 1/2 or BDMA is simply do not cut it due to lack of AXI access i gu...
Hello there.I've setup simple transfer from SRAM4 to FMC NE1 on my STM32H750 board using MDMA. Write transfer itself complites, however no MDMA callbacks is ever called. After some digging i've found out that HAL_MDMA_IRQHandler is never called. On t...