i still have problem in the code
i think it is startup.a51 and fix but still proble when run on cpu if it does not do what i say in code
when i build it gives a message
** error C138 interupt can not recieive or return a value
but i do not interupt i do not clik the stop build button
the proj is needed and i now worry big in my pants
plz send code
"error C138 interupt can not recieive or return a value"
That message is probably trying to tell you that you have defined your interrupt function with a parameter and/or a return value.
What environment has a main that takes the following parameter types???
int main( integer argc, char ***argv[] )
A huge number of stars on that argv parameter...
"A huge number of stars on that argv parameter..."
A veritable pant-filling number of stars!
there is no problem with the stars
compile has no errors for the starts!!!
why you not gve good help???
has any people help now plz?
"compile has no errors for the stars!!!"
Of course there isn't - it is perfectly valid 'C' syntax.
Whether it will actually work is an entirely different matter...
Are you sure that whatever will call main() is really going to pass it an array of pointers-to-pointers-to-pointers...?!
View all questions in Keil forum