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

stm32 option byte asm file

Hello,

stm32fxOpt.s includes following. What is meaning of <> operator?
I didn't see it in arm asm file operators. I think it is working as (FLASH_OPT != 0)

                IF      FLASH_OPT <> 0  //
                ....     // if FLASH_OPT != 0,
                ENDIF