using ADC dual mode with DMA issue
Posted on August 02, 2017 at 16:41The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on August 02, 2017 at 16:41The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on February 02, 2017 at 12:32I am looking for interfacing of 5MP camera module(having image sensor OV5640/OV5642) with STM32F407, For this whether I have to write my own driver for this camera or should I get from STM or camera vendor
Posted on August 01, 2017 at 23:53I'm trying to configure my STM32F7xx device to DMA stereo audio samples from RAM (SampleBuffer1[] and SampleBuffer2[]) to the SAI using the Double Buffer mode of the DMA controller. However, I can't seem to find any...
Posted on August 01, 2017 at 16:39I'm trying to communicate with AD5750 over the SPI. It requires full duplex SPI, where according to the timing diagram on page 9 of 36 in the data sheet, AD5750 is a slave SPI device, which is responding to a comman...
Posted on August 01, 2017 at 13:43I am using lps22HB and connected it to edison through I2C interface.Env:I am using mraa and node JS.This is how I configured the sensor i2cBus.writeReg(INTERRUPT_CFG, AUTOZERO | DIFF_EN | PHE | PLE); i...
Posted on August 01, 2017 at 09:16hello does anybody have any code with stm32f10 for decode ev1527 output signal.i confused how it works.please help
Posted on August 02, 2017 at 10:17Hello, the STM Community !I recently update all my libraries in my project, including the FatFS library, and the bsp_driver_sd.c.I also followed this page :https://community.st.com/docs/DOC-1546-cubemx-sdio-dma-fatf...
Posted on August 02, 2017 at 06:10Hi.I wonder if I can dynamically change the GPIO configuration of stm32f072.(that is, input to output or output to input) Regards.
Posted on August 01, 2017 at 12:25hi dear.I'm looking for STM32F1xx Standrad Peripheral Lib old version.The version I want is V2.0.3 which came out in 2008.Can I get it from ST's website? or url link???
Posted on August 02, 2017 at 03:34Hi All,I am a newbie of STM32 developing. The board I am using is nucleo-f030R8. Right now I am trying to generate some pattern signals on timer3 like following waveform:An interrupt enables tim3, channel 1 will wai...