• Function Pointers problems...
    Hi, everybody my memory model is large, and I have 2 banks (bank0 and bank1). In one module of a bank0 I define: void (code *fp_tab[]) ( void ) = { MyFunct }; In Common Bank I define: void MyFunct...
  • Function Pointers problems...
    Hi, everybody my memory model is large, and I have 2 banks (bank0 and bank1). In one module of a bank0 I define: void (code *fp_tab[]) ( void ) = { MyFunct }; In Common Bank I define: void MyFunct...
  • problem using the printf-function
    Hello, i am having problems using the printf-function on a XC161CJ. The initialization i used is from an older project with the same controller and was running properly. In the new projrct everything...
  • problem using the printf-function
    Hello, i am having problems using the printf-function on a XC161CJ. The initialization i used is from an older project with the same controller and was running properly. In the new projrct everything...
  • problem with function pointers
    Hi, I'm trying to succeed in a function pointer. what is wrong with the compiler says: syntax error: token -> 'code' ; column 18 #include <string.h> char str1[10]; xdata unsigned int i; xdata...