DMA 16 ADC channels
Posted on November 13, 2014 at 11:31Hi,I need examples or informations about DMA and ADC 16 channels. I saw examples where DMA manage 4 ADC channels. Thanks
Posted on November 13, 2014 at 11:31Hi,I need examples or informations about DMA and ADC 16 channels. I saw examples where DMA manage 4 ADC channels. Thanks
Posted on November 17, 2014 at 10:21Hi,There is an Audio-Codec connected by I2S to the STM32F407/401 with 48kHz. Every sample needs to be calculated as soon as it arrives to keep the latency between Analog In and Out as short as possible, which mean...
Posted on November 17, 2014 at 12:44Hello.I use software I2C for communication with DS1307 because hardware is using for other peripheral.This is working corectly without SystemInit();When I use SystemInit(); DS1307 not return ack. I set up same clo...
Posted on November 08, 2014 at 07:33For example, PA9 as USART1 TX pin, it's L, before USART1 is enabled.
Posted on November 13, 2014 at 12:23Hi, This is a pretty noob question but I'm going to ask it anyway, because it seems like I'm missing something. I've just set up new STM32F1xx and STM32L1xx projects based on the GNU ARM plugin for eclipse. I'm w...
Posted on November 13, 2013 at 17:31 Hi, I am successfully running most of my software, and I am now debugging the A/D. I first used the examples verbatim, to understand what I am setting up. I gave now modified the code, and have two questions: Th...
Posted on November 14, 2014 at 03:46Hello everyoneCan someone explain to me in detail how to display an image on the touch screen? I have been looking for some kind of tutorial but I can't find any. I've been looking at the LCD_WriteBMP command, but...
Posted on November 14, 2014 at 15:10 Hi, I have this code, copied from anothers 3d in this forum, for a multi channel ADC: #include < stdio.h > #include < stdlib.h > #include < string.h > #include ''stm32f4xx.h'' //*******************...
Posted on November 11, 2014 at 15:15Can I use the LTDC interface of STM32F429-i to interface with 480*800 Graphics LCD using RGB interface. I am using STM32F429-i discovery. Is this within the frame size limitation?
Posted on November 14, 2014 at 10:39On stm32f407, Erasing a 128KB flash sector takes about 1 second, but after I finished erasing 1 sector, the systick just happend for 3 times(3 milliseconds), as I config systick as 1000Hz.Does MCU disable systick ...