KR960018927A - Program download method using serial I / O - Google Patents

Program download method using serial I / O Download PDF

Info

Publication number
KR960018927A
KR960018927A KR1019940031923A KR19940031923A KR960018927A KR 960018927 A KR960018927 A KR 960018927A KR 1019940031923 A KR1019940031923 A KR 1019940031923A KR 19940031923 A KR19940031923 A KR 19940031923A KR 960018927 A KR960018927 A KR 960018927A
Authority
KR
South Korea
Prior art keywords
program
error
transmitted
downloading
host
Prior art date
Application number
KR1019940031923A
Other languages
Korean (ko)
Inventor
강택찬
Original Assignee
이헌조
엘지전자 주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 이헌조, 엘지전자 주식회사 filed Critical 이헌조
Priority to KR1019940031923A priority Critical patent/KR960018927A/en
Publication of KR960018927A publication Critical patent/KR960018927A/en

Links

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

본 발명은 프로그램을 다수개의 부분 블럭으로 분리한 후, 상기 분리된 각각의 부분 블럭에 체크섬 코드(CHECKSUN CODE)를 포함시켜 부분 블럭의 프로그램 에러 상태를 검출하여 에러가 검출된 블럭만을 재전송할 수 있도록 한 직렬식 입출력을 이용한 프로그램 다운 로딩 방법에 관한 것으로, 종래에는 호스트 시스템에서 전송된 프로그램을 다운 로딩할 경우 전송된 프로그램의 크기가 방대할때 체크섬 로드부(4)에서는 전송된 프로그램의 에러상태를 정확하게 체크하므로서 다른 에러 체크 방법이 요구되는 문제점이 있었다.The present invention divides a program into a plurality of partial blocks, and then includes a checksum code in each of the separated partial blocks to detect a program error state of the partial blocks so that only the blocks in which the errors are detected can be retransmitted. A program download method using a serial input / output method. In the related art, when downloading a program transmitted from a host system, when the size of the transmitted program is large, the checksum load unit 4 accurately corrects an error state of the transmitted program. There was a problem that a different error checking method was required.

본 발명은 이와 같은 종래 문제점을 해결하기 위하여 호스트 시스템에서 전송되는 프로그램의 크기가 방대할때 이를 다수개의 부분 블럭으로 분리한 후 분리된 각각의 부분 블럭에 에러상태를 검출하는 체크섬 코드를 포함시키므로서 각각 분리된 부분 블럭의 에러상태를 체크하여 에러가 체크된 프로그램만을 재전송받을 수 있도록 하므로서 프로그램의 크기에 관계임이 정확하게 에러를 체크하여 호스트 시스템에서 전송된 프로그램을 다운 로딩할 수 있도록 한 것으로, 프로그램 전송 기기에 적용한다.In order to solve such a conventional problem, when the size of a program transmitted from a host system is large, the present invention divides it into a plurality of partial blocks and includes a checksum code for detecting an error state in each of the separated partial blocks. By checking the error status of the separated partial block so that only the program whose error is checked can be retransmitted, it is possible to download the transmitted program from the host system by accurately checking the error related to the program size. Applies to

Description

직렬식 입출력을 이용한 프로그램 다운 로딩 방법Program download method using serial I / O

본 내용은 요부공개 건이므로 전문내용을 수록하지 않았음As this is a public information case, the full text was not included.

제3도는 본 발명 호스트 시스템으로부터 프로그램을 다운 로딩 하는 방법을 보인 플로우차트.3 is a flowchart showing a method of downloading a program from the host system of the present invention.

Claims (1)

다운 로딩을 시작할때 다운 로딩 수행을 위한 환경을 설정하는 제1과정과, 환경이 설정되었으면 호스트로 부터 전송된 프로그램을 입력받고 이후에 전송되는 프로그램 일부를 리드한 후 각각 분리된 프로그램의 에러상태를 체크하는 제2과정과, 에러 체크결과 프로그램에 에러가 체크되었으면 제1과정에서 설정된 재시행 카운트를 “1”씩 감소시키는 제3과정과, 재시행 카운트 감소결과 “0”이면 호스트에서 전송된 프로그램이 에러이므로 에러신호와 다운 로딩 종료 신호를 호스트에 전송시켜 다운 로딩을 종료하고 재시행 카운트가 “0”이 아니면 에러상터가 아니므로 프로그램 재전송을 위해 재시행 신호를 호스트에 전송하여 제2과정을 다시 수행하는 제4과정과, 상기 제2과정에서 체크한 결과 프로그램에 에러가 체크되지 않았으면 실제 전송된 프로그램을 데스티네이션 어드레스(11)에 전송한 후 데스티네이션 어드레스(11)를 업데이트하여 프로그램의 전송이 완료되었는지 판단하는 제5과정과, 판단결과 프로그램 전송이 안료되었으면 에러없음 신호와 다운 로딩 종료 신호를 호스트에 전송하여 프로그램이 정확하게 다운 로딩 되었으므로 다운 로딩을 종료하고 프로그램 전송이 완료되지 않았으면 이후에 전송되는 프로그램을 제2과정을 통해 계속 에러상태를 체크하는 6과정으로 이루어진 것을 특징으로 한 직렬식 입출력은 이용한 프로그램 다운 로딩 방법.The first step of setting the environment for performing downloading when starting downloading, and if the environment is set, input the program transmitted from the host, read a part of the program transmitted afterwards, and then check the error status of each separated program. A second step of checking, a third step of decreasing the retry count set in step 1 by “1” if an error is checked in the program as an error check result, and a program transmitted from the host if the retry count decrease result is “0” Since this is an error, an error signal and a download downloading end signal are transmitted to the host, and the downloading is terminated. If the retry count is not 0, it is not an error stopper. Therefore, a retry signal is transmitted to the host for retransmission of the program. If the error is not checked in the program as a result of checking in the second process and the second process, A fifth step of determining whether the transmission of the program is completed by transmitting the program to the destination address 11 and updating the destination address 11; and if the program transmission is pigmented, the error-free signal and the download end signal are transmitted. Since the program is correctly downloaded by sending it to the host, the downloading is terminated. If the program is not completed, the serial program is composed of 6 steps of continuously checking the error state through the second process. Program download method. ※ 참고사항 : 최초출원 내용에 의하여 공개하는 것임.※ Note: The disclosure is based on the initial application.
KR1019940031923A 1994-11-30 1994-11-30 Program download method using serial I / O KR960018927A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019940031923A KR960018927A (en) 1994-11-30 1994-11-30 Program download method using serial I / O

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019940031923A KR960018927A (en) 1994-11-30 1994-11-30 Program download method using serial I / O

Publications (1)

Publication Number Publication Date
KR960018927A true KR960018927A (en) 1996-06-17

Family

ID=66648406

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019940031923A KR960018927A (en) 1994-11-30 1994-11-30 Program download method using serial I / O

Country Status (1)

Country Link
KR (1) KR960018927A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100331469B1 (en) * 1999-11-05 2002-04-09 서평원 method for executive file loading in switching system
KR20030050448A (en) * 2001-12-18 2003-06-25 현대자동차주식회사 Method for check sum when control program setup
KR100432313B1 (en) * 1997-05-23 2004-09-08 삼성전자주식회사 Method for checking errors of data downloaded to flash memory of subsystem from host system
KR100462585B1 (en) * 1997-03-31 2005-04-06 삼성전자주식회사 How to handle download information

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100462585B1 (en) * 1997-03-31 2005-04-06 삼성전자주식회사 How to handle download information
KR100432313B1 (en) * 1997-05-23 2004-09-08 삼성전자주식회사 Method for checking errors of data downloaded to flash memory of subsystem from host system
KR100331469B1 (en) * 1999-11-05 2002-04-09 서평원 method for executive file loading in switching system
KR20030050448A (en) * 2001-12-18 2003-06-25 현대자동차주식회사 Method for check sum when control program setup

Similar Documents

Publication Publication Date Title
US7539903B2 (en) Method for monitoring the execution of a program by comparing a request with a response and introducing a falsification in a response
JPS62251949A (en) Error correcting method for memory device
KR960018927A (en) Program download method using serial I / O
JPH06325595A (en) Prom device with error correction circuit
JP3263671B2 (en) Error detection device
CN111382551B (en) Integrated circuit development system, integrated circuit development method, and integrated circuit
DE69924012D1 (en) PROCESS AND DEVICE FOR MEMORY DATA ERROR DETECTION AND MEMORY MODULE ERROR DETECTION
JPH10269093A (en) Method and device for detecting data transmission error
CN117170704B (en) Remote upgrading method and device based on hardware IIC
KR100330575B1 (en) Lead / Write Data Error Verification Apparatus and Method for Semiconductor Memory Devices
KR100459413B1 (en) Traffic load inspection method for network
JP3549702B2 (en) Bus control circuit and test method thereof
JP2000322267A (en) Method and system for automatic diagnosis and restoration
US7661056B2 (en) Circuit arrangement for processing data
JPH01273450A (en) Test system for data error detecting circuit
JPH0240727A (en) Error detecting and correcting device
Dénes et al. ALICE Detector Data Link-DDL Test Programs and Libraries (Version 7.4), Users' Manual
JPH03209532A (en) Interface circuit
CN117785782A (en) Data detection method, device, equipment and medium based on NVMe 2.0 protocol
JP2000092151A (en) Communication method, transmitter, receiver and recording medium
CN117195822A (en) Verification method and system for pin naming and computer readable storage medium
JP2005149206A (en) Method for writing in nonvolatile memory
JPH01303823A (en) Data reader
CN107704246A (en) terminal, compiling method and device
JPS6142304B2 (en)

Legal Events

Date Code Title Description
WITN Withdrawal due to no request for examination