User Activity

I'm developing on Linux and I would like to find a c++ library that simulates the behavior of the stm32 micro controller's family. I'm looking for something similar to simavr. is there something like that?
Hi all,​I want to make communicate two nucleo l432kc (slaves) with a raspberry pi (master) through the SPI protocol. On the raspberry I'm using the spidev API, while on the nucleo I'm using the HAL SPI interface with DMA. ​The only configuration that...