HiSTM32 mcu finder for iPhone is fine.But, STM32 mcu finder for iPad is stuck with a component database dated Jul 14, 2021 20h18.It's a way to have an updated database ?Thanks in advance
Thanks for your answer, Uwe.I think you mean SYSCFG->MEMRMP = 1 (because it is no usable bit 0 in CFGR1).I see bit 0 of MEMRMP is set with BOOT0 pin (and BOOT1 option bit) at reset.after adding the following code ldr r4,=0x40010000 /* SYSCFG */
...
Hello.I have an issue to access STM32G4 (G431, G474) boot-loader from my app.The simplest program exhibit this issue is Vectors: /* to be compiled at 0x0800 0000 */
.word (0x20000000 + 0x1000) /* 0x0000 top stack @ RAM_Base + 0x1000 */
Thumb_Vector...