• mapping input to output exactly
    #include "stm32f0xx.h" #include "stm32f0308_Discovery.h" #define in0 GPIO_Pin_0 #define in1 GPIO_Pin_1 #define in2 GPIO_Pin_2 #define in3 GPIO_Pin_3 #define in4 GPIO_Pin_4 #define in5 GPIO_Pin_5...
  • input/output redirection in IDE
    Hi All, I am new to the µVision2 environment, so I don't know all the ropes yet. My question is this: I have a long text file which represents a data stream. Can I somehow feed this file to a program...
  • Configuring the same pin as input and output
    Is it possible using the ARM9 to configure a pin as both input and output? I need to be able to write to it and then read from it. This would be done as an open collector configuration. I have tried...
  • P89LPC932 Port1 Input and Output Configuration
    Hi, I need to set pins 6, 7 and 0 as outputs on port1 of the lpc932. Pins 5, 4, 3, 2 and 1 will be inputs. Below is the configuration I have done, but for some reason pin 3 which is the INT0 is not high...
  • How To Write an Input to Get Output
    Hi, I am a newbie here and currently learning how to use uvision software. My problem is I can see the output result of my program on UART window. What I can't do is to input something into a window...