Posted on May 17, 2011 at 13:34If you know how many bytes you will receive, configure the DMA, and when it receives the specified number of bits, DMA_IT_TC will raise the same way it does for TX. (...) DMA_InitStructure7.DMA_MemoryBaseAddr = (uint...
Posted on May 17, 2011 at 13:31Hi, I'm using both I2C1 and I2C2 + DMA with STM32F101RBT6 without a problem, but development has been horrible, lots of problems and ST examples are far from good...
Posted on May 17, 2011 at 13:28From user manual UM0427, page 182, GPIO_PinRemapConfig(GPIO_Remap_SWJ_Disable, ENABLE); disables SWJ, which is for debug. regards,
Posted on May 17, 2011 at 13:24Hi all, Does somebody know if ST plans to release the libraries for Class B certifcation, for the std. peripheal libraries 3.0? On the website there's the document VDE Certification for STM32 Class B, released for 1.0 ...