STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

[STM32H753] CRYP FIFOs flush for AES

Hello,According to the Reference Manual v8 of STM32H753 one has to to flush the FIFO to perform a cipher operation:  The STM32Cube source code example is not doing this flush for AES-GCM (it does the flush for DES and TDES)I implemented my code like ...

Gpeti_0-1701083358772.png
Gpeti by Senior II
  • 676 Views
  • 1 replies
  • 0 kudos

ADC_STm32G0

hi..I have tried all the ways to read ADC values as I found that using PA11(ADC_IN15) and PA12(ADC_IN16) is the issue.I tried setting up non configured mode  with polling and also DMA (as per CubeG0 examaples) I couldnt able to read the values. Can a...

meena by Associate III
  • 481 Views
  • 1 replies
  • 0 kudos

Resolved! ADC_Reading same values

I have programmed STMG030k8T6 MCU in a prototypeChannels used ADC_IN_0 as T_sense  ADC_IN_15 AS BattMonif I am calling any one of the function I am getting exact values what i measure in hardwareBut if i called them both only reading values from CH 0...

SRAM11_0-1701103048704.png SRAM11_1-1701103092703.png SRAM11_2-1701103141318.png
SRAM.11 by Associate III
  • 1272 Views
  • 2 replies
  • 0 kudos

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
  • 747 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
  • 1057 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
  • 658 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
  • 1383 Views
  • 2 replies
  • 0 kudos