• Unrecognised option '--asm'
    Hello all I am using STM32f2 series of controller. I have wriiten a small apllication, WHich sets GPIO PIN . When I try to build the code , I get the following error!! tst.c:error:C3900U...
  • 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...
  • Can't compile ASM generated with SRC option
    Hi, I'm trying to compile a library of rom functions for the DS80C400. The Most of the files compile without a problem. The ones I do have difficulties with all have inline assembler. Obviously...
  • How recieve string into controller
    Hi everybody! I work with Keil C251 uVision2. in my programm i want to recieve string into controller. i have an array of characters incom[20] , which i use as a buffer for recieving string. i recieve...
  • compilation option
    Hello all, I have one project in microvision keil2. It is of 89v51rd2 and sst89e516rd2 controller. I am compiling code in keil2, somehow I am finding short of memory while compiling the code as my...