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

ADC in ABOV C-51 based controller programming

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

  • ARM C51 Architactur

    C51 is the Intel 8051 architecture - it is not an ARM architecture!

    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?

    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!