User Activity

I tried the following code in a STM32F107:RCC->AHBENR = RCC->AHBENR | RCC_APB2ENR_IOPBEN_Msk| RCC_APB2ENR_IOPDEN_Msk;and RCC->AHBENR = RCC->AHBENR | 0x00000008 | 0x00000020;When I display RCC->AHBENR, it always shows 0001C014.I expected to see 0x0001...
Posted on October 15, 2014 at 19:38 I'm trying to wakeup the processor after it has been put to sleep by the _wfe instruction via the RTC wakeup event. It is not working for me. There are no examples of WFE wakeup in the library projects tha...
Posted on July 31, 2014 at 23:29Hi, I just received a new prototype with a STM32F215 processor and it is set up to use the SWD interface to initially flash the unit. on the ST-Link/v2 I have connected: pins 3,5 & 10 to gnd (3 & 5 to reduce noise) pi...
Posted on June 24, 2014 at 22:52I've started trying to use software floating point with the STM32F205. I'm sure this has to do with the Yagarto/GCC toolchain, but I'm hoping someone can give me some ideas as to what might be going wrong. At this poi...
Posted on April 28, 2014 at 16:28Hi, I just received a STEVAL-IDW001V1 eval module.  It is meant to connect to a Discovery F0 board, but intend on using it with a STM32F215 processor based device.  I haven't found much documentation about this eval ...
Kudos from