User Activity

Posted on July 27, 2012 at 14:00HelloI'm trying place constants at fixed memory address according to this link http://www.cosmic-software.com/faq/faq3.phpMy code is:#pragma section const {sver}const uint8_t SV_HIGH=1; const uint8_t SV_MID=2; const u...