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. * *...