User Activity

I found that PIXCLK must be always available in DCMI JPEG mode, then DCMI interface would detect VSYNC signal. otherwise, it will not work. Please confirm this. I am working on STM32L496ZG. Some camera module can be configured PIXCLK only exists wh...
I want to import all files related to one project , such as DCMI_snapshot to another place, so any modification I made will not touch the original ones. Is it possible to do it? thanks
I programmed DCMI interface, and I can see the VSYNC, HSYNC waveform on the pin of STM32L496, but no data are captured. I checked the register, found VSYNC_RIS is never be set to "1', looks like it does not detect signal change. I checked the regist...
I want to debug a CubeMx Generated project on Nuelco-L496ZG board.In CubeMx, I created a project with only DCMI and related DMA, and generated the codes.Without adding any other code, I debugged the project in System Workbench for STM32,I thought the...