• How to address the ports of the processor?
    How to address the ports of the Teridian 71M6541FT processor, when developing software in the µVision program on C? Ports list: SEGDIO0 – SEGDIO14 SEGDIO19 – SEGDIO27 SEGDIO36 – SEGDIO39 SEGDIO44...
  • How to address the ports of the processor?
    I address from the µVision program to the ports of the Teridian 71M6541FT processor by name. The list of ports: SEGDIO0 - SEGDIO14 SEGDIO19 - SEGDIO27 SEGDIO36 - SEGDIO39 SEGDIO44 SEGDIO45 SEGDIO51...
  • PORT ADDRESS!
    I am using AT89C52 and I need to program such that I can read the data on PORT Pins in a specific pattern as described below: P(x,y) where x should be port number and y should be pin number of...
  • Addressing Port 5 on a 80C552?
    I want to use a single Port line from P5 as an input! Are there special settings for this port (e.g. setting a bit in a register;...)? Exsist some special configuration in µVision? The standrad way...
  • How to set and retrive port pin of ARM processor
    How to set port pin of ARM philips lpx21xx processor Ex: 8051 MCU sbit one = P0^0; sbit two = P0^1; but i need port accessing for ARM controller how to use port pin of ARM....