USB device and eeprom writing
I am using a STM32F4 on a custom board that is connected to PC software through USB (configured as custom HID device). I have this problem: when the PC send data to the board, the data has to be written in the eeprom memory (one byte at each transmission), but it seems that the writing operation is too slow and the communication stop. What could be the solution? I tried to make slower request of writing from the PC software but nothing changes. Thank you
