STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 510 Views
  • 1 replies
  • 0 kudos

LwIP power cycle problem

HiI'm using this example:en.stm32cubef7_v1-16-0\STM32Cube_FW_F7_V1.16.0\Projects\STM32F767ZI-Nucleo\Applications\LwIP\LwIP_HTTP_Server_Netconn_RTOS\EWARM(I have applied patch 1.16.1)I'm using a Nucleo-144 STM32F767ZI.The board has a static IP address...

EGonc.2 by Associate II
  • 342 Views
  • 0 replies
  • 0 kudos

Best way to stop a PWM signal?

I am wondering which is a faster way to stop PWM generation. Would it be through HAL_TIM_PWM_Stop or by setting __HAL_TIM_SET_COMPARE to zero? I'm getting SPI commands via a raspberry pi and then based on those values, I start or stop the motors. The...