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.
If somebody is looking for unit testing inside Keil for STM32, please look this example.
github.com/.../UnityKeilSTM32
This will be useful for people new to Test Driven Development. Also a help file is placed inside the git repository.
This has be adopted/extension from original document by Niall Cooling (blog.feabhas.com).
Also check github.com/.../blinky for more information.
I have created an example project using the latest MDK version. github.com/.../stm32f4-keil-unity
I have gotten your example to run, thanks for the sample. Can you tell me how to get CMOCK to be used in the same project?
I was able to get cmock to run with the project, did you ever find out why the hard fault was created on the simulator?