Posted on May 17, 2011 at 13:27OK, I think I figured this out so nevermind. The RPS bits in the ETH_DMASR describe the receive DMA state which is what I need.
Posted on May 17, 2011 at 13:27Anyone have experience with the Ethernet MAC controller in the STM32F107? I am trying to do what the manual (RM0008) describes to go into power down mode and wakeup when the ethernet mac controller detects a ''magic pa...
Posted on May 17, 2011 at 13:11what relaxe is saying is that you SHOULD put a breakpoint in your ISR to see if it is executing. Then when you start the debug session, just hit run (or step). It should break when it gets to the ISR - But only if you ...
Posted on May 17, 2011 at 13:11I need to be able to go into stop mode (low power) and still count pulses coming in from an external source. I set up TIM1 (also tried TIM2) to use an external clock source and it doesn't continue to count when I go in...
Posted on May 17, 2011 at 13:11I am also interested in this TCP/IP for STM32. Can you provide a link with more information about the future release for STM32? thanks, -Zach