• 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...
  • 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...
  • Multiple C files Debug option not working in C Environment
    Hi, I am using uVision V2.26 version IDE with CX 51. In my project I have 5 groups and each group had approximately 6 C Source code files. With these groups and files I am able to do compilation and...
  • Multiple C files Debug option not working in C Environment
    Hi, I am using uVision V2.26 version IDE with CX 51. In my project I have 5 groups and each group had approximately 6 C Source code files. With these groups and files I am able to do compilation and...
  • STM32f1 option bytes
    is there a means of including an option byte set (here: hardware watchdog) in a Keil build for the STM32f1xx? Erik