User Activity

Hi, I'm trying to save data into a usb with and STM32F7I have no problems doing it till I try to unplug the usb, if i do that (even not saving or with the closed file) the cpu is just stuck there, and i cannot debug cause it doesn't seem to be dead a...
Hi, I'm working on a project in which i need to send strings through UARTMy throughput is limited because i'm working with Xbees, so i want to compress my ascii strings (that are long 1024 bytes and with simple structure because they are in csv forma...