Best Answer TBit , 28 March 2020 - 03:04 AM
I think it depends on which compiler you are using (I assume gcc).
So maybe try different optimization options first. Also, you could make your function pointer constant, like this:
void (*const i)(int, int)
For Casio's SHC, you could try different optimization arguments (-speed, -nospeed,-size) or maybe a
#pragma sectionGo to the full post