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

HTML with LWIP

Hello community, I am working on a project for my science class and followed a tutorial online to get lwip up and running and I managed to switch my LED On and Off via my web browser.My question is I want to "save" a scene with a different button, bu...

STayl.3 by Associate II
  • 711 Views
  • 1 replies
  • 1 kudos

How to jump Application Address

I use STM32F205 seriesFlash Area is as follow : 0x80000000 ~ : Boot Area : 0x8000C000 ~ : Application Area.I need to solution how to jump Application area in Boot area source.Example, Now, state is Boot Area ( DFU ) , Enter for jump applica...

NH by Associate II
  • 771 Views
  • 1 replies
  • 0 kudos

Resolved! STM32 Enter DFU from VCP

Hello,I have an application where I would like to switch the STM32G431KB into the built-in bootloader (using USB DFU) by sending a specific byte through the CDC Virtual COM port. I was able to get the unit into DFU mode by running the "USB_Bootloader...

McNickel by Associate II
  • 4780 Views
  • 11 replies
  • 0 kudos

Resolved! STM32CubeMX will not allow enabling IGMP.

I am using a a very recent version of STM32CubeIDE (Version: 1.3.1) and STM32CubeMX (5.6.1.202004052303). I created a new project for the Nucleo-F207ZG board.I have enabled LWIP and then enabled UDP but the "IGMP module" has no "enabled" option. Is...