2015-12-06 07:04 AM
hi,
on a custom board, i ran into the following situation:usb is connected to PA11,PA12 and working fine.however, when reseting the usb subsystem pin PA7 is pulled high and remains high.this pin is supposed to be used for some other function, and there's no reference for it in the usb docs.i'm using code from STM32_USB-FS-Device_Lib_V4.0.0. wRegVal = CNTR_FRES; _SetCNTR(wRegVal);2015-12-06 07:55 AM
You are going to need to look more critically at your board layout and connectivity, and at what your board support code is doing.
2015-12-13 06:39 PM
Hello Jacoby,
Nice to know you are also working with L151RD. I need to implement USB as mass storage for streaming with PC. I request some overview/direction of how to do that (without HAL). I am studying USB-FS lib, seems lots of work. Thank you in advance.