void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
Serial.println("Hello, STM32!");
}
void loop() {
// put your main code here, to run repeatedly:
delay(10); // this speeds up the simulation
}
5VC
MOSI
MISO
SCK
NCS
Aksim 2 SPI
gnd
Uart Tx-Rx
I2C
Master SPI MCU3
Slave SPI
SLAVE I2C MCU2
MASTER I2C MCU1