User Activity

For the onboard OV5640 camera module that comes with the STM32U575I-EV, I would like to know how to get several of the largest resolutions for my JPEGs. I noticed the 2592x1944 that the OV5640 datasheet lists, but I'm also interested in whether other...
The example project I'm basing most of my code off of is from the STM32CubeU5 MCU package  v1.4.0 (Projects\STM32U575I-EV\Applications\FileX\Fx_uSD_File_Edit). I'm looking to eventually apply this code to my primary project that saves JPEGs from a ca...
I've been working with an STM32CubeIDE project based primarily off STM32CubeU5 MCU package v1.4.0 (Projects\STM32U575I-EV\Examples\DCMI\DCMI_ContinousCap_EmbeddedSynchMode). The main changes I've made is changing the image format to JPEG and playing ...
I previously made another post regarding minimal adjustments to the DCMI example from the v1.4.0 MCU package. I've made several changes since and now, instead of determining the expected performance, would like to maximize the performance, namely the...
I'm testing out using an SD card on the STM32U575I-EV. The example project I'm using is from the STM32CubeU5 MCU package (Projects\STM32U575I-EV\Applications\FileX\Fx_uSD_File_Edit).I'm able to insert an SDHC (32GB; FAT32 format) card, see the green ...