Replacing 80C51 in circuit with external program & data memory with DS89C430

Status
Not open for further replies.
Re: DS89C430 and 8051

Just execute this short code and it should erase the OCR register ..

Code:
	FCNTL	EQU	0D5h
	TA	EQU	0C7h
	ORG 	0000h

	MOV 	TA, #0AAh
	MOV 	TA, #055h 
	MOV 	FCNTL, #0Ch
	SJMP	$

	END

Regards,
IanP
 

    DrWhoF

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…