The tag has no usage guidance.

learn more… | top users | synonyms

0
votes
1answer
22 views

STM32F7 Discovery USB CDC using CubeMX

I've created a project in CubeMX for my F7 Discovery. I followed instructions form here. However, in my Device Manager on Windows nothing appears. When I used precompiled code from enter link ...
0
votes
0answers
62 views

STM32 Getting incorrect data from SDRAM through DMA2D

I have an 800x600 pixels RGB565 image stored in the SDRAM of my STM32F7-discovery board starting at memory address 0xC0390000. What I want to do is saving this image to an SD card. The code for this ...
5
votes
2answers
333 views

STM32F7 gets stuck in external interrupt callback function

i am working on a project to connect a camera to an STM32F7 Discovery board using the DCMI interface. The camera part works fine, but i have a strange problem with external interrupts from the ...
1
vote
1answer
145 views

Writing STM32F7 code without external files?

How to start coding for STM32F7 platform without any external files despite of assembler startup file. Is there a header file with memory mapped registers which does not include any other header files ...
1
vote
0answers
131 views

Can this SDRAM be used with STM32F7?

I have STM32F7 (which has a Flexible Memory Controller capable of interfacing SDRAMs) and I want someone to check if it is able to interface this SDRAM - IS42S32800D ...
0
votes
1answer
534 views

STM32F7 Discovery Board STemWin examples

I've tried compiling the included ticker example with the STemWin_HelloWorld project included in STM32CubeF7. Functionally, it works OK but the draws seem to be corrupted. Take a look at the video ...
1
vote
1answer
781 views

Which camera module will interface with STM32F7 Disco board?

Which camera module will interface with STM32F7 Disco board? The connector on the board is a 30-pin FPC/FFC 0.5mm. Could the OV2640 be adapted for this?