User Activity

Hello, has anyone ever used UART to read arrow key? I tried using STM32 MCU on CubeIDE, but can only get two characters ASCII number 27 and 91 and couldn't get the third character which is supposed to be 'A' for Up key, 'B' for Down key, 'C' for righ...
I am working on STM32 NUCLEO - F411RE and want to use the interrupt. If not using STM32CubeMX to generate IOC and code, is there any example which uses UART interrupt? ( I have problem using MX to generate code right now.)
Hello, when I tried to create an stm32 project, at the last step of generating the code, I came across this warning and the code was not generated.After it tried to unzip stm32cube package, it says "Target directory already exists". I did already dow...