User Activity

Good Morning,I encountered a problem concerning the SPI peripheral. When it is configured in half-duplex master mode, I'm able to transmit data but not to receive them.Here's the inizialitazion code for SPI peripheral (auto-generated with MX Cube):/*...
In order to wakeup the microcontroller from standby mode, is it necessary for the wakeup pin to generate a rising/falling edge or it should only have logic high/low level? In the datasheet it says rising/falling edge, however inside the HAL functions...