WriteDataFlash() is called in main() function. Cpt is initialized to '12' before WriteDataFlash() is called. I find a lot of documentation which associate " #pragma location" directive with a "constant" #pragma location 0x____ const unsigned char _____ Is it possible to associate " #pragma location" directive with a variable ? #pragma location 0x____ unsigned char _____
↧