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

STM32H743ZI - jump issue with custom bootloader

any body have example code for jump to application code for bootloader, or any specific settings need to made.#define BPC_APPL_START_ADDRESS 0x08080000 U_INT32 JumpAddress = *(__IO U_INT32*)(BPC_APPL_START_ADDRESS+4); pFunction Jump    = (pFunction)J...

Anand Ram by Associate III
  • 1265 Views
  • 6 replies
  • 0 kudos

Resolved! X-CUBE-USB-PD VDM issue on FUSB307BGEVB

Act as the DFP. I request the PE to send SOP identify request to the UFP after PE received the data it didn't fire the callback function. (I set the breakpoint at fusb305_tcpc_get_message and i see the data received from the DFP is correct.)But when...

John886 by Associate II
  • 2787 Views
  • 13 replies
  • 0 kudos
SMask.1 by Associate II
  • 474 Views
  • 1 replies
  • 1 kudos

Is there any example of use for the HS and FS ports independently with the use of RTOS, or without the use of RTOS?

I tried to use the two ports independently, the USB HS with a pendrive (MSC) and the USB FS with a keyboard (HID), but I couldn't.It only works if the ports are treated in sequence, but not in parallel.From what I could see, the HAL libraries are sha...

by Not applicable
  • 756 Views
  • 4 replies
  • 0 kudos

USART1 ST bootloader not working on Nucleo F070RB

USART1 works as expected from firmware loaded via SWD. However the ST bootloader does not work. It never responds to the initial 0x7F with anything. I have scoped tx and rx and cannot see anything wrong and, as stated above, the UART works under the ...

Trev by Associate II
  • 537 Views
  • 2 replies
  • 0 kudos

STM32L08 bank swap/remap/alias ?

Hi, I plan to use the STM32L082 for a product that must be safely in-field upgraded. I am trying to understand the dual bank feature to see if this could help me. I would like to have the production firmware in Bank 1 via SWD, and the Bank 2 would be...

Florent1 by Associate
  • 681 Views
  • 3 replies
  • 0 kudos