2017-02-17 04:36 AM
Please,
Is there any #pragma to configure the option bytes in the source code.
Thanks.
2017-02-17 08:20 AM
#pragma are compiler/tool-chain specific, and they don't what to get that chip/processor specific
Can you push the option bytes into a linker section, and direct content there with an attribute?
The most practical method is to have your own code check the option bytes for desired settings, and then configure those setting when the defaults are detected.