• user keyboard input via uart usb port
    hi how can i give keyboard input via uart usb port to write it on the lcd of arm cortex m3
  • Cypress AN2131QC write port problem?
    I have tried to write port A,B and C in the MCU by the following code which supposed to be correct. However, the port are not set to be 0. Does anybody know why? PORTCCFG= 0x00; OEC =0xFF; OUTC...
  • µvision3 ..user manual for writing firmware
    Hello, I am new to µvision and would like to write frimware with it. I looked in help of µvision to learn how to write my own application but there only examples are presented and not a user manual...
  • Write & Read through UART
    Hi, I tried to write and read data through the UART pins using 'printf' and 'scanf' commands.The simulations in keil and Proteus seems to be OK but when I try to use the hardware the write string at...
  • Problems with the virtual serial Port for UART
    Hello, we want to create a Keil project, in which we want to use the UART. When we want to debug our program the debugger jumps into the reset handler and stops. We tried to find out what the problem...