• How to simulate a input?
    Hello friends, Iam new to keil. I want to calculate the period of square wave. For that i should simulate a square wave using SIGNAL function. I have some problem with writting and initiating...
  • Simulated serial input from File and SIN
    It's that same old question and I've read the support forums and there hasn't been a solution yet. I want to stream serial data in from a file to simulate the operation of charactors being send to...
  • input through serial port
    I need some help regarding how to give input through serial port. I can see the output of serial port in UART #1. char rxcharacter(void) { char character; SBUF = _getkey (); //SBUF = 'G';...
  • how to input on serial
    Hi Folks Long time since I used keil! am using uvision v3 and wondering how to input on serial port ? (ie to generate a receive interrupt and receive chars on SBUF) thanks :)
  • Simulate GPIO inputs STM32F4
    I had success executing (in simulation mode) a project in Keil uvision 5 for stm32f1xx that read the status of some input , which could be modified with a mouse click . However, I am trying the same...