Question
stm32f2 FIFO_FS_SIZE
Posted on April 22, 2013 at 10:14
I am use stm32f207vc usb FS devices mode.
The IN_EP = 0x82 ; OUT_EP = 0x03; the EP1 is no use. and I want to know how to setting the FIFO_FS_SIZE?? the VCP demo is: &sharpifdef USB_OTG_FS_CORE &sharpdefine RX_FIFO_FS_SIZE 128 &sharpdefine TX0_FIFO_FS_SIZE 32 &sharpdefine TX1_FIFO_FS_SIZE 128 &sharpdefine TX2_FIFO_FS_SIZE 32 &sharpdefine TX3_FIFO_FS_SIZE 0 and I change to &sharpifdef USB_OTG_FS_CORE &sharpdefine RX_FIFO_FS_SIZE 128 &sharpdefine TX0_FIFO_FS_SIZE 32 &sharpdefine TX1_FIFO_FS_SIZE 0 &sharpdefine TX2_FIFO_FS_SIZE 128 &sharpdefine TX3_FIFO_FS_SIZE 0 the IN_EP2 can not be sent data??? #stm32f207-cdc-virtualcom-usb