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
Can someone pls elaborate how exactly do I test this ?How do I configure the PC and board in order to get the Ethernet connection and messages?ThanksEli
hi Imen,The readme.txt file does not detail how to connect and useWhat IP does the STM get ?How do I connect to it - does it need to be a stand alone system or connected to the internetEli
found the problem. ThanksThe compiler did not include the USB include file for some reason, although it is in the treeI included it manually, and works fneThanks againEli