Re: Position variables at specific location with XC8 Compiler v2.31
2020/11/26 16:00:40
(permalink)
Also, once you start using the proper qualifiers, make sure you set the compiler Address Qualifiers option to "Request" or "Require". The default is "Ignore", which will make the compiler cheerfully and without warning ignore your attempts to locate your variables. Thanks for Ric for pointing this out to me on a prior thread.