• Assigning name to a port
    I am trying to write general procedure with the C51, who use name that I can easily assign to a port for a specific controler. Ex: I want to replace port P4 in a procedure with a name like DATA
  • Pin Assignment
    I got spoiled using DaVE by Infineon to setup the registers for many aspects of the microprocessor including and, especially, I/O control. Is there a similar tool for Freescale and NXP micro's and supported...
  • Assigning pin status
    Hi using the nrf24e1, in the datasheet it says to set a pin on a particular port to an input or output for example port 0 pin 1 to output: P0_DIR.1 = 0; but this doesnt seem to be recognised...
  • External Pins assignment for LED
    Hi, i have no idea about how to assign external pins to show the blinking. I need 2 pins input to show the external LED. STM32f407 microprocessor . I am doing a Boolean program that has 4 inputs and...
  • how to dynamically assign port pins
    I have several identical devices which I want to connect to differing port pins. I want to pass to my function, which device, and then have the function perform a switch statement dynamically assigning...