We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello everyone,
I'm new to using Keil uVision so I would like to ask some questions about the Keil simulation debug.As I was reading about the simulation debug tool I discovered this feature is only capable of simulating ARM ISA instruction, not be able to simulate peripheral behavior or external input. After configuring the target to simulation, I successfully started the debug mode. However, when I run my application in debug mode it gets stuck in some part of the code.
Given these points, I would like to ask:
1 - Is It necessary to install an additional tool or program for the simulation to work? Since I don't have much experience using the simulator I don't know if that is expected behavior or a misconfiguration from my side.
2 - I read that ARM has another simulation tool called FVP that is also a simulation tool. what are the differences between FVP and the Debug Simulation?
3- My main goal is to use the simulation debug with the Parasoft C/C++ Test tool to perform some Unit Testing on my application so I would like to know if someone has any literature that I can use as a reference?