EasyManuals Logo

Abov MC96F6432S Series User Manual

Abov MC96F6432S Series
283 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #271 background imageLoading...
Page #271 background image
271
MC96F6432S
ABOV Semiconductor Co., Ltd.
17.2 Instructions on how to use the input port.
• Error occur status
− Using compare jump instructions with input port, it could cause error due to the timing conflict inside the MCU.
− Compare jump Instructions which cause potential error used with input port condition:
JB bit, rel ; jump on direct bit=1
JNB bit, rel ; jump on direct bit=0
JBC bit, rel ; jump on direct bit=1 and clear
CJNE A, dir, rel
; compare A, direct jne relative
DJNZ dir, rel ; decrement direct byte, jnz relative
− It is only related with Input port. Internal parameters, SFRs and output bit ports don’t cause any error by
using compare jump instructions.
− If input signal is fixed, there is no error in using compare jump instructions.
• Error status example
while(1){
if (P00==1){ P10=1; }
else { P10=0; }
P11^=1;
}
zzz: JNB 080.0, xxx ; it possible to be error
SETB 088.0
SJMP yyy
xxx: CLR 088.0
yyy: MOV C,088.1
CPL C
MOV 088.1,C
SJMP zzz
unsigned char ret_bit_err(void)
{
return !P00;
}
MOV R7, #000
JB 080.0, xxx ; it possible to be error
MOV R7, #001
xxx: RET
• Preventative measures (2 cases)
− Do not use input bit port for bit operation but for byte operation. Using byte operation instead of bit operation
will not cause any error in using compare jump instructions for input port.
while(1){
if ((P0&0x01)==0x01){ P10=1; }
else { P10=0; }
P11^=1;
}
zzz: MOV A, 080 ; read as byte
JNB 0E0.0, xxx ; compare
SETB 088.0
SJMP yyy
xxx: CLR 088.0
yyy: MOV C,088.1
CPL C
MOV 088.1,C
SJMP zzz

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Abov MC96F6432S Series and is the answer not in the manual?

Abov MC96F6432S Series Specifications

General IconGeneral
BrandAbov
ModelMC96F6432S Series
CategoryMicrocontrollers
LanguageEnglish

Related product manuals