Hello,
I am developing a big project with the nrf52832 + several peripheral devices and I want to integrate the notion of unit test to my project (in Segger embedded studio).
I have already done some unit-tests with python but never in embedded systems.
Can someone help me get started?
Or how do you test that your code is working well ? I know that i can flash the code and see the result but it's not a rigorous testing as unit-test.