User Activity

Another question:I see the the transmit and receive buffers are 2048 bytes longBut the Rx interrupts I get are after 64, 100, 164, 200, 264, 300... Bytes. Why is that ?Eli
Hello all,2 more questions on STM32 USB CDC1) I see that it works fine for ASCII files, but when I transfer a binary file it does not. Any advice or parameter I missed?2) I get the interrupts, but how can I get an indication that the transfer has fin...
Hi all,I am trying the example of USB CDC in:https://www.youtube.com/watch?v=rLnQ3W8gmjY&list=PLnMKNibPkDnEEvQWrDqVuu1w_iQ214GXi&index=35It uses the above functions.But when I compile, I get :undefined reference to `USBD_CDC_SetTXBuffer' and to  USBD...
Following me prev. question:I am using STM32F429zi boardBut found a RAM_DISK example for 9i boardI ran with / without RTOSIn both cases :all these word fine (return woth OK ):FATFS_LinkDriver, f_mount, f_mkfs, But when I call f_open I get FR_NO_FILES...
Hi all,Where can I find code example for STM32F429zi ram drive codeI see FatFS and other examples, but no ram-drive FatFS exampleI need to open a device over USB to be recognized by the PC HOSTThanksEli
Kudos from