STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 497 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
  • 2993 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...

STM32G474RE HRTIM CBC example

Hi All,I am looking at the HRTIM CBC example here:https://github.com/STMicroelectronics/STM32CubeG4/blob/master/Projects/NUCLEO-G474RE/Examples_LL/HRTIM/HRTIM_CBC_Deadtime/Src/main.cThe questions are centred around EE5 and EE8 external inputs.I have ...