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

How can I simulate a FRDM-KL25Z board in mVision?

Hello,

I'm newbie in Keil and mVision. I would like to know if it is possible to simulate a KL25Z in mVision because I need to run some tests but I forgot my board at office.

Thanks.

Parents
  • I have imported a MCUX example (from the SDK created from MCUX for Keil tools). This example is "hello world". When I configure debugger in "use simulator" and, then, debug my project, it stops (hangs) in the line "/* Wait for CLKST clock status bits to show clock source is ext ref clk */" at file fsl_clock.c.

    How I need to configure my environment (no board, only simulation) for testing correctly a "hello world" example?

    Thanks.

Reply
  • I have imported a MCUX example (from the SDK created from MCUX for Keil tools). This example is "hello world". When I configure debugger in "use simulator" and, then, debug my project, it stops (hangs) in the line "/* Wait for CLKST clock status bits to show clock source is ext ref clk */" at file fsl_clock.c.

    How I need to configure my environment (no board, only simulation) for testing correctly a "hello world" example?

    Thanks.

Children