User Activity

Hi all,We are currently using STM32CubeIDE projects autogenerated from STM32CubeMX as part of our development. The issue with STM32CubeIDE projects is that automating and scripting builds with it is cumbersome even with the CLI interface. I would lik...
I'm currently playing around with the QSPI_ReadWrite_DMA example on an STM32F769I_EVAL board.Link to example:https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32F769I_EVAL/Examples/QSPI/QSPI_ReadWrite_DMA.I'm testing the QSPI ...
Hello,I'm currently playing around with the QSPI_ReadWrite_DMA example on an STM32F769I_EVAL board.Link to example: https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32F769I_EVAL/Examples/QSPI/QSPI_ReadWrite_DMA.The demo seems...
Hoping for some guidance on DCMI implementation when receiving JPEG images. I am currently successfully receiving JPEG data over the DCMI interface using snapshot mode.The main issue is that the DCMI_FrameEventCallback does not seem to trigger so I a...
Just wondering if anyone has any insight or demo code regarding being able to write JPEG image data coming from the DCMI directly to QSPI Flash without having to allocate a temporary RAM buffer on an STM32F7XXX? Is this possible?