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

CPU DLL and Dialog DLL for nRF52 Cortex M4 to use for Simulator/testing

Hello,

I'm constructing and executing Unit Tests using Parasoft C/C++ Test suite. I am using the MDK-ARM-with-Keil_uVision-Simulator example provided by Parasoft and applied the concepts to my project. I am able to generate unit tests but when I try to execute, Keil starts, runs for a few seconds and exit with actually executing anything. My suspicion is that I do not have the correct CPU DLL, Dialog DLL and associated parameters in the Debug tab of the project target options.

The MDK-ARM example from parasoft, the CPU DLL is SARMCM3.DLL, no parameter and Dialog DLL is DARMSTM.DLL with pSTM32F103ZE. This makes sense because the example is based on the ST-Micro STM32F103ZE which is Cortex M3 and not a Cortex M4.

What are the correct DLLs and parameters to apply for a Cortex M4 (nRF52832 to be specific). Also are there any other settings that I need to be aware of to get the Keil uVision Simulator to with the Parasoft suite?

Thanks,

0