• mVision as an automated test tool
    Hi, I want to use mVision as an automated test tool that should be able to validate the target system. I believe that the predefined test cases should comprise signal functions which run at the background...
  • mVision as an automated test tool
    Hi, I want to use mVision as an automated test tool that should be able to validate the target system. I believe that the predefined test cases should comprise signal functions which run at the background...
  • Automated testing
    I have a software that does not yet input or output anything. It currently relies on stubs, that set values to simulate inputs, or set global variables to simulate outputs. Once the logic is OK, the...
  • Automated testing
    I have a software that does not yet input or output anything. It currently relies on stubs, that set values to simulate inputs, or set global variables to simulate outputs. Once the logic is OK, the...
  • Code relative address change in Keil MVision 2
    I have written my application in C. I want the binary genrated to start from location 4096 (1000H) instead of 0000H, so that the symbol references are genreated accordingly. How can I do this? ...