Posted on May 17, 2011 at 13:15Thanks! It seems no one knows the answer! I think, this bug might show up in very rare circumstances, this is why the library code does not process endpoint registers correctly... Also it seems that this library intend...
Posted on May 17, 2011 at 13:15Hello! I think I`ve found a bug in the STM32_USB-FS-Device_Lib_V3.0.1. It is in _SetEPTxStatus function. Here the code: #define _SetEPTxStatus(bEpNum,wState) { register uint16_t _wRegVal; _wRegVal = _GetENDPOINT(bEpNu...
Posted on May 17, 2011 at 13:13Quote:On 27-05-2009 at 16:39, Anonymous wrote: The limitation may come from the internal design of the SPI module, as it might require 2 or 4 peripheral clock cycles to read the data correctly. 18MHz it still good, as...
Posted on May 17, 2011 at 13:13Hello! I've got STM32F103RBT6 and its reference manual says that maximum SPI clock might be 18 MHz only. This is very strange, because SPI1 module can be clocked through AHB with frequencies up to 72 MHz thus having mo...
Posted on May 17, 2011 at 12:56Quote:On 12-12-2008 at 02:59, Anonymous wrote: After power on, HSI is on by default. No need to write any code to turn it on. I have a J-Link v5.0 and Olimex STM32-P103 development board with programmed STM32F103RBT6 m...