STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Changing I2C reading mode

Hi, I am trying to create the I2C communication using the format used from the company seller of the device.I have to follow these steps:I2CReadFunciton ( uint8_t slAddr, uint8_t* wrData, int wrLen, uint8_t* rdData, int rdLen Initiate the bus by issu...

Fin95 by Associate II
  • 281 Views
  • 8 replies
  • 5 kudos

Resolved! LwIP and a TFTP client

I've run into an interesting problem and curious if anyone knows a solution.  I am adding TFTP support to an amateur radio project (soon to be published as open source).  All the other code is based on LWIPs netconn API and I want the TFTP code to us...

Will5 by Associate III
  • 884 Views
  • 5 replies
  • 0 kudos

STM DFU driver installer

Hello,We have developed a product based on STM32M4 and would like to enable our clients to do DFU firmware update. We have develop a Windows based app which will include STM32_Programmer_CLI and make use of it. Although we would need our client to in...

STM32H7S78-DK: Issues with ETH and LwIP

Hi,I'm having a project that uses LTDC (565) UART4 (for printf debugging purposes) and ETH/LwIP. The issue i'm having is an infinite loop in `LAN8742_Init` : ```while(regvalue & LAN8742_BCR_SOFT_RESET)```always evalute to true and ```if((pObj->IO.Get...

Resolved! STM32WLE5 cannot write to FLASH

Hello,I'm encountering an issue when trying to write data to the flash memory on the STM32WL5C8U6. I'm using the official driver implementation (V1.3.1) and the following sequence of commands:HAL_FLASH_Unlock()FLASH_Program_DoubleWord(0x08030000UL, <...

Foreen by Associate III
  • 100 Views
  • 1 replies
  • 0 kudos

Resolved! Flashing a firmware through USB

Greetings, So, I am developing a bootloader, that receives a firmware, using a similar protocol to xmodem (128 bytes), through the USB. I followed this tutorial to implement the USB and adapted it to make it work on a B-U585I-IOT02A board. The USB co...

Screenshot_20251024_122912.png