2020-10-05 12:45 PM
2020-10-05 01:07 PM
Which STM32, there are a few hundred different parts at this juncture.
Communicating how? You could use a UART to send command/response type packets, or implement modem style AT commands.
Most STM32 devices have libraries and examples demonstrating basic UART functionality.