STM32 Nucleo-L053R8 board: ''No space left on device'' on linux
Hi,
I am downloading an elf file to STM32 Nucleo-L053R8 board. The size of elf is given below:
text data bss dec hex filename
54700 728 3504 58932 e634 ../mDigitalIO_ADC.elfIn Linux, for the very first time, the elf successfully downloaded to the target and running properly. But next time if try to download I am facing the following issue:
No space left on device
If the board is disconnected and reconnected to the Linux machine the download is successful but the second time the same issue occurs.
But in windows, the repeated downloading to the target using simple copy commands works well and the elf runs successfully.
Is there any way to download the elf to Nucleo-L053R8 board without disconnect and reconnect on Linux machine without using st-link debugger instead using just 'cp' command.
Regards,
Raghavendra
