STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Flash writing

Hi All, trying to write data into flash with dynamical flash address selection approach but it fails but at same time if hash(#) define the address the flash programming all works fine, Please suggest me the best solution and explain me the issues ch...

static/DHCP networking with LWIP

I generally want to support both static/auto/dhcp in software config. This is most easily done by changing LWIP.c Around line 62:   /* IP addresses initialization with DHCP (IPv4) */ ipaddr.addr = gstate.ipaddr; // NOT 0 netmask.addr = gstate.netmask...

alanb by Associate II
  • 59 Views
  • 2 replies
  • 0 kudos

Resolved! Can I use the blocking API in RTOS's tasks?

Hi there,I have an IIC sensor connected to the MCU. And I read the sensor data at 50Hz.However, there are sometimes some IIC communication errors present with HAL_I2C_ERROR_TIMEOUT.My project is based on FreeRTOS with 4 Tasks, the sensor data collect...

Junde by Senior III
  • 115 Views
  • 5 replies
  • 2 kudos

DMA -> MDMA chaining stm32h7

Hello everyone, Context :  I am having troubles chaining the DMA1 and MDMA of the stm32h755, more precisely, I am looking for the following data flow when reading data from SPI, the SPI being regularly triggered  :  SPI -> DMA1 Channel3 -> SRAM -> MD...

Standard Peripheral Library for STM32H7

Hello all, I am using STM32H747 in my project, previously I was using HAL library for my project, but now I want to shift my code to standard peripheral library, my question is do STMH7 series support to standard peripheral library if Yes then can an...