示例#1
0
    "parity": False,
    "odd_parity": False,
    "stop_bits": 1,
    "soft_fc": False,
    "hard_fc": False,
}

micro_info.update({
    "P89V51RD2": {
        "mfg": "NXP",
        "block_range": ((0x0, 0xFFFF), ),
        "sparams": common_sparams,
        "class": P89V51Rx2,
        "security": ("p", "serial")
    },
    "P89V51RC2": {
        "mfg": "NXP",
        "block_range": ((0x0, 0xEFFF), ),
        "sparams": common_sparams,
        "class": P89V51Rx2,
        "security": ("p", "serial")
    },
    "P89V51RB2": {
        "mfg": "NXP",
        "block_range": ((0x0, 0x3FFF), ),
        "sparams": common_sparams,
        "class": P89V51Rx2,
        "security": ("p", "serial")
    }
})
示例#2
0
    "odd_parity": False,
    "stop_bits": 1,
    "soft_fc": False,
    "hard_fc": False,
}

micro_info.update({
    "P89V660" : {
    "mfg": "NXP",
    "block_range": ((0x0, 0x1FFF), (0x2000, 0x3FFF)),
    "sparams": common_sparams,
    "class": P89V66x,
    "security": ( "r", "w", "x" )
    },
    "P89V662" : {
    "mfg": "NXP",
    "block_range": ((0x0, 0x1FFF), (0x2000, 0x3FFF), (0x4000, 0x7FFF)),
    "sparams": common_sparams,
    "class": P89V66x,
    "security": ( "r", "w", "x" )
    },
    "P89V664" : {
    "mfg": "NXP",
    "block_range": ((0x0, 0x1FFF), (0x2000, 0x3FFF), (0x4000, 0x7FFF),
                    (0x8000, 0xBFFF), (0xC000, 0xFFFF)),
    "sparams": common_sparams,
    "class": P89V66x,
    "security": ( "r", "w", "x" )
    }
})
示例#3
0
    "hard_fc": False,
}

micro_info.update({
    "P89V660": {
        "mfg": "NXP",
        "block_range": ((0x0, 0x1FFF), (0x2000, 0x3FFF)),
        "sparams": common_sparams,
        "class": P89V66x,
        "security": ("r", "w", "x")
    },
    "P89V662": {
        "mfg": "NXP",
        "block_range": ((0x0, 0x1FFF), (0x2000, 0x3FFF), (0x4000, 0x7FFF)),
        "sparams": common_sparams,
        "class": P89V66x,
        "security": ("r", "w", "x")
    },
    "P89V664": {
        "mfg":
        "NXP",
        "block_range": ((0x0, 0x1FFF), (0x2000, 0x3FFF), (0x4000, 0x7FFF),
                        (0x8000, 0xBFFF), (0xC000, 0xFFFF)),
        "sparams":
        common_sparams,
        "class":
        P89V66x,
        "security": ("r", "w", "x")
    }
})
示例#4
0
    "odd_parity": False,
    "stop_bits": 1,
    "soft_fc": False,
    "hard_fc": False,
}

micro_info.update({
    "P89V51RD2" : {
    "mfg": "NXP",
    "block_range": ((0x0, 0xFFFF),),
    "sparams": common_sparams,
    "class": P89V51Rx2,
    "security": ( "p", "serial" )
    },
    "P89V51RC2" : {
    "mfg": "NXP",
    "block_range": ((0x0, 0xEFFF),),
    "sparams": common_sparams,
    "class": P89V51Rx2,
    "security": ( "p", "serial" )    
    }, 
    "P89V51RB2" : {
    "mfg": "NXP",
    "block_range": ((0x0, 0x3FFF),),
    "sparams": common_sparams,
    "class": P89V51Rx2,
    "security": ( "p", "serial" )    
    } 
})