Question
How to add unit tests (google test) to test my software for the STM32? I am unable to find/setup a 32bit toolchain.
I just started an STM32 project and am new to STM32CubeIDE, I want to add a build configuration that will run my unit tests.
I'm using google test, and following this guide I got it working with cygwin64 (so not 32 bit).
But cygwin32 is deprecated, so how can I unit test my logic for the STM32, on my 64x Windows system?
Hope anyone can tell me their approach, and how to get it to work. Thanks.
