• 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...
  • 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...
  • How can I assign an input pin?
    Hi all, The machine cycle is too slow for me. Is there anyway to input a signal from signal generator into MCU, so I can use it to trigger? The pin assigns like: sbit dataIN = P1^3; How can...
  • 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...
  • 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...