User Activity

Posted on June 26, 2015 at 13:27hi Im using keil developing on a stm32f4 discovery board. im trying to make a function pointer to be used by other modules. something like: extern void (*p)() ; void myfunc() {     printf(''function pointer''); } som...