I am using cortex m3 cpu. my code has one function which compiler puts into unused Input section of the image while compiling. becoz of this, i am getting problem in execution of my code so is there any way to retain this function in used input section?
I had tried to use --keep, --no_remove; but the compiler gives me error while compiling. It gives me error: undefined symbol for both. so how can i use this keyword?
please expalin with example source code...