STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Why does the HAL non-blocking I2C function HAL_I2C_Master_Seq_Transmit_IT() appear to block execution until the I2C transaction has completed?

I am using an STM32F407 processor chip and want to operate as I2C Master on two interfaces, I2C2 and I2C3. It is essential for our application that both busses can be utilised efficiently (with minimal gaps between transactions) and at the same time....

NPurv.2 by Associate
  • 529 Views
  • 0 replies
  • 0 kudos

Ethernet (LwIP) on STM32F407VET

I am trying to confgiure LwIP on STM32F407VET with Firmware version STM32Cube FW_F4 V1.25.0I am using SWSTM32 as IDE, and configuring hardware on STM32CubeMX 6.0.1I am not able to configure LwIP, as the code gets stuck in ASSERT statement as shown in...

0693W000008xWYjQAM.png

How to config the IO pin in Zephyr?

I am trying to porting Zephyr to my own board which is designed on stm32f429i_disc1.So I copy the folder zephyr\boards\arm\stm32f429i_disc1 for my porting.​A problem comes up when I am configuring the IO pin for I2C2.​In stm32f429i_disc1.dts, the i2c...

RTang.1 by Associate
  • 645 Views
  • 1 replies
  • 0 kudos