User Activity

Posted on May 04, 2015 at 10:15HiI need to store a single file on the board from a PC (with ST application via USB) then I need to be able to read the file back to the PC (with ST application via USB). In addition, I need to be able to transfer the ...
Posted on April 25, 2013 at 10:53The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 17, 2013 at 17:37I'm working on a project where power consumption is a critical issue. I need to store a frame from a camera (OV2640) on the uSD each 2 seconds. My problem is that the camera's clock is always on which bring the power...
Posted on January 20, 2013 at 18:12I need to be able to store ADC sample on a SD card. the sample rate is 200KHz.Since the buffer size register is limited to a maximum value of 0xffff I decided to use the DMA in a dual buffer mode and ADC in Continu...
Posted on January 04, 2013 at 21:21I need to sample 2 ADC channels at a rate of 200KHz I also need to sample another ADC channel at a rate of kHz.Currently I use the same ADC (ADC3) for all 3 channels.During the initialization, I supply the DMA with...