• 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...
  • sending test text file to serial input port
    hi all has someone a uv2 function to send the content of a text file ( ex: C:\XXX.txt) to the SIN vtreg ? Thanks
  • Testing HW registers on simulator
    Sometimes when unit testing the HW registers can make it difficult to tell rather a function is behaving properly. I am attempting to test some library functions and would like to be able to disable...
  • Writing files when running unit tests in simulator
    We are running unit tests using Simulator in uVision 5. Is it possible to write files when executing code in Simulator? If so, is there an example project I could reference? 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...