User Activity

Posted on December 29, 2015 at 16:18Hi everyone,I have some problem with my STM32F105RC board.for USB MSC application.I can write usb stick perfectly but some usb is problem and I can not write. That's why USB always busy with something and I take a...
Posted on December 13, 2015 at 18:14Hi everyone,I wanna write my variable to USB every second but I can't.I think it can be in while loop f_mount(0, &fatfs);        if(f_open(&file, ''0:OLCUM.CSV'',FA_CREATE_ALWAYS | FA_WRITE) == FR_OK)    {        ...