STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Send value in UDP packet

Hello,I have a problem. My program doesn't send value in UDP packet and program crash. I try everything, But I didn't find anything.Some variables and constantstypedef struct UDPsender { struct netconn *udp_sender_server; struct netbuf *udp_send_bu...

STM32F4 I2C HAL Driver problem

Hi STM,I am using STM32F4 I2C with DMA as a slave device.I found that the below snippet of code in I2C_ITError function (stm32f4xx_hal_i2c.c, line 6146) assumed that if hdmatx is not in HAL_DMA_STATE_READY, then it must be hdmarx in HAL_DMA_STATE_REA...

STM32F446 + DMA + FATFS + SDIO

Hello everybody,using Fatfs and f_write, when writing the file "1, 2, 3, 4" to the SDCard, I can see that what is written on the SDCard is "0,0,0,0,1,2,3,4" . What layer is inserting the 4 "0" at the beginning of the file and why ? Is it an 32bits a...

papageno by Associate III
  • 645 Views
  • 5 replies
  • 0 kudos

How do I set the user_configuration especially nBOOT_SEL, nBOOT1, nBOOT0 with the I2C protocol used in the STM32 bootloader?

I tried to set the option byte via write memory command using the address: 0x1FFF7800, but it don't work it always returns a NACK. If I try to read from this address no problem occurs.I also tried to read FLASH_CR (0x4002 2014) and to write FLASH_KEY...

ARudm.1 by Associate
  • 760 Views
  • 1 replies
  • 0 kudos

Help on a schematic for dev-board based on STM32G431 with USB-C power delivery and programming features

Hello,I am making a dev board for this new family of MCU, I need USB programming and power delivery.To make it I am referring to the datasheet, Nucleo dev board and to the application note.I did only once a board with STM32 and it was an F1. I can se...

0693W000001pLOKQA2.jpg

STM32F411 re-enter into bootloader mode

Posted on April 27, 2017 at 09:58Hi,I am doing a firmware upgrade to a STM32F411RE using DfuSe application tool. But after I click ' Leave DFU mode', the MCU re-enters into the bootloader mode. I do not see this problem when I perform the same firmw...

Dan S_2 by Associate II
  • 1419 Views
  • 4 replies
  • 0 kudos

I2S_CKIN Not Displaying in SAI UI

Hi there!When I set up a fresh project for the STM32G431KB in STM32CubeIDE, let's say I want the SAI to be clocked by an external clock source.So, in the prefs, I set Audio Clock Input (I2S_CKIN):Then I set up my Clock Configuration:Now one would exp...

0693W000001cc9aQAA.jpg 0693W000001ccA9QAI.jpg 0693W000001cc3yQAA.jpg 0693W000001ccBvQAI.jpg
etheory by Senior II
  • 601 Views
  • 1 replies
  • 0 kudos