STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

OV7670 FIFO Camera Wiring

Hi,I am working on the OV7670 FIFO camera module with NUCLEO-H745ZI-Q board. My purpose is taking the image data and saving SD card via BMP format. I tried a lot of codes from github and Youtube but it didn't work. Finally I found the Udemy course vi...

koksoybedirhan_0-1700738467779.png

stm32F767 SDRAM bootloader

Hi, I am currently trying to implement a bootloader that runs from the internal flash and performs the following functions:1. copy application binary file to the SDRAM ( 0xC0000000)2. Jump to main application.So far I can copy the binary from the ext...

CFranco by Associate
  • 709 Views
  • 1 replies
  • 0 kudos

I am unable to connect board in STM programmer

Hello Team,I am unable to connect STM32H745 DISC board to STM programmer to erase the code, Also in STM cube ide software unable flash code, can you confirm how to check the read protection.PLEASE find attachment encloser.  Best Regards,Gagan Gowda  

ggowd.1 by Associate III
  • 879 Views
  • 4 replies
  • 0 kudos

Blocking a GPIO pin to LOW state

Hi, I have a circuit in which I want to check every cycle if a measured voltage is over a limit value and in that case disable the measure over one of four DUTs forcing to LOW the state of some pins. The problem is that in the main loop I have comman...

ECiot.1 by Associate II
  • 620 Views
  • 2 replies
  • 0 kudos

how to use httpc_get_file

HiI want to download file from HTTP using httpc_get_fileIs there any example how to use it?I don't know what to put in each variable.err_t httpc_get_file(const ip_addr_t* server_addr, u16_t port, const char* uri, const httpc_connection_t *settings, a...

Lmali.1 by Associate III
  • 1277 Views
  • 2 replies
  • 0 kudos

USB Dual VCOM Composite Device

Hi,I managed to implement a dual VCOM composite device for an STM32H7. In principal the communication works, if both COM ports are actively used/open. One port is used for sending commands and receiving responses. The other one sends out unsolicited ...

DWeb_2 by Associate III
  • 1065 Views
  • 1 replies
  • 0 kudos