Is there a syntax that will cause xc16 to declare an array of EDS pointers? __eds__ static INT16U* G_addresses; /* Doesn't work */static __eds__ INT16U* G_addresses; /* Doesn't work */ Compiler is xc16 Version 1.23 but I'm not seeing the right solution us..
↧