User Activity

Posted on May 10, 2012 at 01:17This function:  ITStatus DMA_GetITStatus(DMA_Stream_TypeDef* DMAy_Streamx, uint32_t DMA_IT);Does not correctly detect the interrupt status on this chip.   The interrupt status can be correctly discovered by the simple ...
Posted on May 09, 2012 at 06:29Working on our own hardware with an external mux.  Want to switch the mux on the interrupt, so I need the interrupt to happen.  So far I see no interrupt.   Configured as ADC3 so the default IRQ is either of ADC_IRQHan...
Posted on January 25, 2012 at 21:09Doesn't work.  The assertions fail because the intterupt mode definitions of PHY_MICR and PHY_MISR aren't included in the macro ''IS_ETH_PHY_REG'' used for the asserts.  I am not certain what other things aren't ha...