User Activity

I am using a keyboard to read several commands using HAL_UART_Recieve(). For each command I perform a different function. There are 3 such commands corresponding to one function each.Assuming 3 functions multiply(), divide(), add() which are called i...