STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bootloader and functions in ITCM

Hello,I am trying to port some code from another ARM into the STM32H7.Currently I am going about the bootloader we have.I have just quickly scanned through the application datas and some searches so I am not very into the ST system bootloader. But wh...

LAfon by Associate III
  • 325 Views
  • 0 replies
  • 0 kudos

Changes in I2C IRQ handler

Hi,I have noticed change in HAL_I2C_EV_IRQHandler that breaks I2C communication.In STM32Cube_FW_F4_V1.23.0 in stm32f4xx_hal_i2c.c@3379if((sr2itflags & I2C_FLAG_TRA) != RESET)was changed to else if (I2C_CHECK_FLAG(sr2itflags, I2C_FLAG_TRA) != RESET)In...

JNowa.15 by Associate
  • 222 Views
  • 0 replies
  • 0 kudos

stm32f407 + RTOS+LWIP (CLIENT)

The test procedure. Connect with server_1(set reuseable address), and close.            (when I set reuseable address, the set error is happened)​       2.Reconnect with server_1, but connection error has occupied. =>I wonder why I set reuseable addr...