This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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

Parents
  • What, exactly, do you mean by, "write files" ?

    Is that files on the simulated target, or files on the Host?

    Do you want the simulator to write files, or the code under test to write files ... ?

Reply
  • What, exactly, do you mean by, "write files" ?

    Is that files on the simulated target, or files on the Host?

    Do you want the simulator to write files, or the code under test to write files ... ?

Children