• Keil __arm unrecognised
    Hello, i try to do the examples from the "Insider's Guide to the PHILPS ARM73" by the example 3 the compiler reports: main.c(31): error: #130: expected a "{" main.c(41): error: #130: expected a...
  • Keil __arm unrecognised
    Hello, i try to do the examples from the "Insider's Guide to the PHILPS ARM73" by the example 3 the compiler reports: main.c(31): error: #130: expected a "{" main.c(41): error: #130: expected a...
  • 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...
  • --asm option Compiler Control String Edit
    I was trying to enable generation of assembly listing for the code I am developing. I added --asm option in the misc controls dialog(under Target options > C/C++) like suggested in the Keil help. I am...