STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! USBPD_ERROR in USBPD_DPM_InitCore

I generated my code by stm32cubemx,version6.1.2, and use ucpd2 as sink&dead battery,. But got USBPD_ERROR in USBPD_DPM_InitCore after execute " CHECK_PE_FUNCTION_CALL(USBPD_PE_Init(USBPD_PORT_0, (USBPD_SettingsTypeDef *)&DPM_Settings[USBPD_PORT_0], &...

LOMO by Associate III
  • 835 Views
  • 2 replies
  • 0 kudos

STM32U575 Jump to (FDCAN) bootloader from the application - is the code we use for this purpose correct? is required also code for memory remapping?

We are not sure it really jumps to the bootloaderPlease see code attached, especially note if required to add code for memory remapping:void jump_to_bootloader(void) { void (*SysMemBootJump)(void);   /** * Step: Set system memory address. * *...

RLanz.2 by Associate III
  • 883 Views
  • 2 replies
  • 0 kudos

STM32H745 and Ethernet

I have read quite a few threads about ethernet on the H7, along with several internet posts. Part of me wonders if I should even try... But I am.I've followed this guide:https://community.st.com/s/article/How-to-create-project-for-STM32H7-with-Ethe...

0693W00000aJMqQQAW.png 0693W00000aJMqVQAW.png