Posted on May 24, 2012 at 13:07
Dear all,
We have recently developed a board that includes the STM32F103CB microcontroller (36-pin version) and has a USB connection (mini-USB) to power the device and also to communicate with a computer. ...
Posted on March 25, 2012 at 15:39
Hi all,
I am using the STM32F103CB microcontroller to develop an embedded application for wireless communications that needs to sleep and wake up periodically in order to save energy, as it runs from bat...
Posted on May 24, 2012 at 17:44
By the way, is there anything within the STM32 USB driver that needs to be changed in order to match it to the specific board configuration, e.g. PORTA or GPIO_Pin4. I assume not, but I am starting to doubt everyt...
Posted on May 24, 2012 at 16:58
Hi,
First of all, thanks for your two replies. Here is how things are right now.
I can execute other code (in fact, everything works allright except for the USB peripheral), so I assume that the BO...
Posted on March 26, 2012 at 07:41Well, I have tried the same code with a prescaler of 32767 to obtain a 1 Hz interrupt and the counter set to 0xFFFFFFFE so that it overflows each second, but it still does not work. It seems there is something wrong ...
Posted on March 26, 2012 at 01:44
First of all, thank you for your reply. Secondly, sorry because I was kind of confused too; it is the first time I work with STOP mode in STM32F1 microcontrollers. Now that I have checked the user manual again s...