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 everyone. I have a development board having an AT89S8352 microcontroller. I cannot communicate this board with the keil. Can anyone help me for this? I wrote a simple program as given below:
org 0000h sjmp start
start: ;;;;;;;;;;;;;;;;;;;;;;cleaning the memory ;mov r0, #7fh x1: mov @r0,#00h ;djnz r0, x1 ;mov @r0,#00h ;;;;;;;;;;;;;;;;;;;;;;;; mov p0,@r0 x: sjmp x end
I cannot communicate this board with the keil of course not, Keil is not a flash programming (aka burning) product