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.
Hi;
I am working on ABOV MC96F8204 based on ARM C51 Architactur.
I am facing the problem in variable value monitoring in keil 5.
When I click run button my variable value is not updating but it update after clicking stop button.
I need live monitoring of global variable (whenever I hit run button)
Is there any way to see this value like serial monitor in Arduino ??
Thanks
Jaydeep Shah
Ahmedabad India
Jaydeep Shah said:ARM C51 Architactur
C51 is the Intel 8051 architecture - it is not an ARM architecture!
Jaydeep Shah said:When I click run button my variable value is not updating but it update after clicking stop button
I think that is the documented behaviour?
Jaydeep Shah said:Is there any way to see this value like serial monitor in Arduino ??
yes: you write code to send the values out via a UART, and connect that to a terminal - exactly as in Arduino!