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

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
  • 999 Views
  • 2 replies
  • 0 kudos

STM32H742VTG6 USB CDC HS hardwarefault "0xfffffffc <error: Cannot access memory at address 0xfffffffc>" at OUT_ep(1).xfer_buff

hello, my project uses USB CDC HS to communicate with PC.Sometimes USB CDC HS work, sometime didnt (it depends on other variables of my project. and these variables doesnt relate to USB CDC HS, just any variable is added/removed).MCU send data to CDC...

HTran.2 by Associate II
  • 1699 Views
  • 4 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
  • 1049 Views
  • 2 replies
  • 0 kudos