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

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
  • 341 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...

Still about USB Virtual Com Port (SOLVED)

Hi, I'm trying to transfer a text file via USB cable from the PC to my development board (stm3210-c), I generated the project with CubeMx, my board is configured as a device and I loaded the virtual com port as a Class for FS IP.Now when I try to tra...

I am trying to use Uart bootloader (V1.0) on a STM32F205RG6 and having trouble writing some areas of memory.

We have some older chips that are trying to program on board via another processor. I have been using AN3155 and can read from the processor and can write areas in memory that are set to 0xFF. I have verified by snooping on the UART that the correct ...

dirk23 by Associate II
  • 464 Views
  • 1 replies
  • 0 kudos