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

Resolved! HARDFAULT STM32G0 ThreadX

I’m working with an STM32G0 running ThreadX (Azure RTOS).The system UART is configured in circular DMA mode with an IDLE event interrupt for data reception.SymptomsIntermittently, after hundreds of successful receptions, the system enters HardFault_H...

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
  • 308 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
  • 936 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...