Our articles by: Daniel Penning

This article describes how automatic tests for the SPI communication of a STM32 look in practice. SPI is a widely used in embedded systems. For example a sensor might be connected to the MCU with SPI. In this case,... [...]

Testing of embedded firmware is too complicated. An enormous amount of resources are required for a system test that does not detect enough errors. Open loop testing can solve this problem. With embedded firmware,... [...]