What is the recommended Software Test Tool that conforms to White Box Testing for STM32? I have a finished project code in STM32CubeIDE but it has to pass the FDA Software Test (independent of hardware).
This link provides details regarding White Box Testing: https://www.softwaretestinghelp.com/white-box-testing-techniques-with-example/Basically we just want to test the software by conducting a white box unit test. Any input is much appreciated. Than...