• 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...
  • Problem with HEX file creation option
    Hi, I am currently having this problem with µvison 3 , the "create HEX file" option is disabled in my target options. I am trying to get the hex file of a demo which should be build with the ARM...
  • JTAG option
    I am trying to get the following working. How exactly do I get the SET variable into the debugger? Thanks ! Debugging The µVision Simulator allows you to run and test your RTX Kernel applications...
  • -Wundef option?
    Is there a way to get an "undefined macro" warning with this code: #if FOO \\do something #endif but FOO is not defined?