I have a device that must execute precompiled functions which are copied to a place in RAM. Function calling:PLC_main = (pFunc_main) 0x30000001;
PLC_main();Compied function: PLC_1
0x30000000: 4811 .H LDR r0,[pc,#68] ; ...
STM32H743 mcu. Keil cannot run by step since function called, it begins to run, but if i stop it manually, i see code execution from flash. Not a code that placed after a function call, because i have a breakpoint there. It looks like this function r...