This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

unspoorted signal function in keil ini file

HI,


I am trying to use signal function in keil.ini file and I even used standard .ini file that use this signal function provided by arm and always getting error saying *** error 76: command not supported  for this signal function
This feature suppose to be suported by keil scripting file but in reality no!

Does any body knows why?

Thanks in advance.

Best regards,

Wassim.

Parents
  • Basically when I start debug session keil will include this initialization file and at some point it will throw the error mentioned above when parsing this initialization script because of this signal function

    I tried also to invoke this signal function in keil command line but then I got the error of undefined identifier

    The guide that you sent to me I already took a look into it but doesn't work, for some reason keil doesn't accept this signal keyword in initialization script

Reply
  • Basically when I start debug session keil will include this initialization file and at some point it will throw the error mentioned above when parsing this initialization script because of this signal function

    I tried also to invoke this signal function in keil command line but then I got the error of undefined identifier

    The guide that you sent to me I already took a look into it but doesn't work, for some reason keil doesn't accept this signal keyword in initialization script

Children