User Activity

Posted on May 30, 2015 at 09:09hi everyone.for my application i need to use two microphones with PDM output (left and right).now i'm currently using one microphone, connected to a i2s in half duplex mode with DMA transfer (like the example inSTM32cu...
Posted on January 02, 2015 at 09:07hi everybody, i would like to include a library that i created in project created with stmcubemx. but everytime i modify the project in stmcubemx i loose the files in keil.there is a smart way to do what i'm trying...
Posted on January 02, 2015 at 08:38Hi everybody, i'm working on a custom board and experiencing a strange problem: if the two cables of SWDIO and SWDCK (they go from a stm32f4 discovery board to my board) are close Keil doesn't recognize the cortex ...
Posted on October 13, 2014 at 23:06hi, i'm going to make my own dsp board with a stm32f407vg. i developed my firmware on a stm32f4 discovery and so i'm tryng to reproduce the part of that board i need on my custom pcb. as well as connect the pin of ...
Posted on September 22, 2014 at 20:36hi all, i work with stm32f4 and keil uv5 my program seems stuck in if condition my code is while(1)         {             if(i==0)             {                 break;             }         } and my debugger say...