• STM32f1 option bytes
    is there a means of including an option byte set (here: hardware watchdog) in a Keil build for the STM32f1xx? Erik
  • STM32f1 option bytes
    is there a means of including an option byte set (here: hardware watchdog) in a Keil build for the STM32f1xx? Erik
  • Setting STM32F4 BOR option bytes
    How do I set the BOR option bytes for an STM32F4? There is an example STM32F10xOPT.s in Blinky that has a Keil wizard with it. I cannot find any other ...OPT.s in my installation. Is there somewhere...
  • Options Bytes in scatter file
    Please, I want to know where to find a scatter file in a existing project and how to modify it for adding an IROM2 for Options Bytes. If I have to create a new a scatter file, how to do it. ...
  • 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...