User Activity

Posted on November 03, 2017 at 09:55Hello,I implemented a DMA with my LIS2HH12 to avoid losing datas.The problem is that my DMA is too fast, I am able to read at 1.8kHz (1800 (x,y,z) datas in 1 second) thanks to my DMA but the max ODR that I can cho...
Posted on October 23, 2017 at 11:54Hello,Is it possible to change the DMA clock frequency ? If so, how to do that ?(STM32L071)
Posted on October 13, 2017 at 18:02Can someone explain me how to use the 'PeriphInc' in the DMA_InitTypeDef.I understood that it can read several address (is that right ?), but where I write the start and end adress ?
Posted on October 13, 2017 at 17:25According to chapter 5.3.8 in LIS2HH12 http://www.st.com/content/ccc/resource/technical/document/datasheet/c9/16/f2/79/ca/31/47/89/DM00096789.pdf/files/DM00096789.pdf/jcr:content/translations/en.DM00096789.pdf, mul...
Posted on October 10, 2017 at 11:31Hello,I saw on the STM32L0 User Manual that FIFO mode and its threshold can be configured thanks to HAL_DMA_Init().For a given stream, HAL_DMA_Init() API allows programming the required configurationthrough the fol...