User Activity

Posted on November 11, 2017 at 18:12Helloi want to learn image processing with stm32f4 in c,*where should i start?*do you have any suggestion?
Posted on May 09, 2017 at 22:28hithis code which i use >> (shift operator) to detect flag work correctlyvoid putchar( char *string){ while(*string) { while(usart_sr >> 6 == RESET); while(usart_sr >> 7 == RESET); USART_SendData(USART2,*string); *str...
Posted on May 07, 2017 at 19:43this is the LIS3DSH  accelerometer on stm32f4discovery board0.12 mg/digit sensitivity it has how to calculate exact output with respect to unit of gis there any tutorial or documentation that  explain stuff.##lis3dsh #...
Posted on May 02, 2017 at 10:53hi, i am new to community.....i have a stm32f4 discovery board with sym32f407cg microcontroller i tried to test spi communucation of the microcontroller with onboard accelerometerbut there is one or more problem that i...