User Activity

While programming an stm32f446re in stm32cubeide 1.10, UART protocol caused me trouble as this errors appeared:1) Failed to execute MI command:-var-create - * UARTError message from debugger back end:-var-create: unable to create variable object2) Un...
Hi,I'm trying to know how can I send a txt file through UART protocol to a Bluetooth module so I can transfer data wirelessly to a pc.I could read line by line sending it continuously, but I wanted to know if I could send it as a file that I could th...