User Activity

Posted on April 03, 2013 at 11:27Hello, i run in to a problem, where i need to do math with single precision floating point. it looks like if(...) condition, and printing floating point to uint16_t is very slow. so i have two questions: first, what ...
Posted on March 31, 2013 at 20:24 Hello, i have CLK which is generated by ADC, and i need to generate SI signal as shown in this picture. I used software version, but it is very unstable, and if i recompile that, it can completely mess up t...
Posted on February 10, 2013 at 20:24 Hello, i am working on labview communication with bluetooth module driven by STM32F4, and some how i can't make it work. I can easy send data to labview, but not other way around, i have no idea where pro...
Posted on February 05, 2013 at 09:46Hello, I have 16b parallel bus, 8MHz adc, and I need to read as fast as I can data to memory array which is 128 point long. So far I overclocked stm32f4 to 250MHz so I could do it faster. Original code is :while(i...
Posted on November 28, 2012 at 19:38hello Does any one know how to send sound data to headphone DAC on CS43L22 ? main goal is to read data from mic, that use convolution with my low pass filter coefficients, and then send data to headphones. Somehow...