STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to flash STM32H725 using FDCAN Bootloader?

I went through the following documentation available from STM on FDCAN bootloader:AN5405 - FDCAN protocol used in the STM32 bootloaderAN2606 - STM32 microcontroller system memory boot moderm0468 - Reference manualJump to bootloader code used: (Refere...

_legacyfs_online_stmicro_images_0693W00000bl8iSQAQ.png _legacyfs_online_stmicro_images_0693W00000bl8iwQAA.png
1080P by Associate
  • 575 Views
  • 2 replies
  • 2 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 II
  • 442 Views
  • 2 replies
  • 0 kudos

Resolved! I'm looking for STM32G Series product.

Hello?​As title, I want to know product with USB, FD-CAN, 2~3 DAC, etc.Problem is USB and HCLK are bound(using external clock), so that upper limit is determined to be low.(48, 96, 144 MHz in maximum 170 MHz)​For that reason, to ask the question, is ...

LSung.1 by Associate III
  • 594 Views
  • 7 replies
  • 0 kudos

Resolved! FDCAN bootloader for STM32H750VB?

I use a STM32H750 chip and I would like to use the emdedded bootloader with the FDCAN1 interface. AN2606 specifies pins PH13 and PH14 for this version. However, the package I use (STM32H750VBT6 LQFP100) doesn't have these pins exported. Does it mean ...

DBign.1 by Associate
  • 462 Views
  • 2 replies
  • 0 kudos