Posted on October 27, 2016 at 17:02
Hello,
i have a small problem with the ADC4 and the DMA. The code following below works with the ADC1 fine. But the ADC4 makes problems. The ADC4 works, this i could see in the debug window. But the DMA re...
Posted on October 14, 2016 at 11:12
Hello.
i am using Cube MX 1.17 and the firmware package 1.6 on the STM32F303xC.
After emigration from the related CubeMX version to the new i am getting a syntax error by new compiling the code. Th...
Posted on September 30, 2016 at 14:32
Hello, i hope you can help me.
I am using a stm32f303rct6 and activated the spi interface with dma. The Frame is 8 byte long. The tx an rx works pretty good. But now i am testing some error condition...
Posted on October 30, 2016 at 11:24Hi i found the mistake, the command DMA_ITConfig(DMA2_Channel2,DMA2_IT_TC2,ENABLE); is setting the wrong Bit in the register. I called this command incorrect. If I use DMA_ITConfig(DMA2_Channel2,DMA_IT_TC,ENABLE)...
Posted on October 28, 2016 at 14:46 Hi Hannial, thanks for the answer. In the attachment you can find the files from my Project. I setup the ADC4 and the DMA2 Channel 4. What i could see is, the dma fill up the Array ADC3Voltage. But the ...
Posted on October 27, 2016 at 17:30
Hi clive1
thanks for the answer .
I enabled the SYSCFG CLK
RCC_APB2PeriphClockCmd(RCC_APB2ENR_SYSCFGEN,ENABLE); and i corrected the wrong lines but without effect. The DMA is still off.
Posted on October 14, 2016 at 16:00 The original post was too long to process during our migration. Please click on the provided URL to read the original post. https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids...