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

Is there C unit testing feature with MDK-ARM 5 when working with Cortex-M firmware?

Hi, I have several ARM Cortex-M based boards such as Arduino DUE, Nordic's PCA10040 (nRF52-DK), STM32F4 discovery, and STM32L4 discovery.

I use Keil uVision 5 (ARM-MDK, version 5.23.0) on my 64-bit Windows 7 and 10 desktops.

asf.atmel.com/.../group__test__suite__group.html
Atmel Studio 7 provides a unit test framework for unit testing.

Similarly, I want to test my C codes (mostly equal / non-equal assertions) while creating Cortex-M firmware and I want to test codes from a separate uVision project so that the test codes do not remain on my original uVision project.

Are there similar C code testing features provided by MDK-ARM 5?

Or do I have to import 3rd party tools like Google test to the MDK-ARM project?

-Best Regards