User Activity

I cannot get the RS232 Rx interrupt to work.I am working with the stm3210c-eval board. I know it is no longer available; but it has a version of the processor that I wish to use and Ethernet support.I am initiating the receive via:HAL_UART_Receive_IT...
The Ethernet reset is not clearing (ETH_DMABMR_SR in DMABMR).I am having a similar issue as others but have not seen a solution in the forum.I am working with the stm3210c-eval board. I know it is no longer available; but it has a version of the proc...
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...
Kudos from
Kudos given to