User Activity

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] ; ...