This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

#pragma to configure option

Please, Is there #pragma to configure option bytes for STM32L011F4, if not, how to add option bytes configuration to compilation.

Thanks.

Parents
  • I don't think so - it's not really a thing for the compiler.

    If you want your code to configure them, then you will have to consult the ST documentation to find if that's possible and, it if it is, how to do it.

    If you want your programming to configure them, then you will have to consult the tool documentation to find how

Reply
  • I don't think so - it's not really a thing for the compiler.

    If you want your code to configure them, then you will have to consult the ST documentation to find if that's possible and, it if it is, how to do it.

    If you want your programming to configure them, then you will have to consult the tool documentation to find how

Children