We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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:Unrecognised option --'asm' tst.c:error:C3900U:Unrecognised option --'ainterleave'
Could any one help to figure out what is it?
Thanks
If you are using evaluation version then -S, --asm, and --interleave compiler command-line options are disabled. Refer this link http://www.keil.com/demo/limits.asp.
Thanks everyone for your replies. I got the soultion .