User Activity

Posted on May 24, 2017 at 10:11Hello World,Im new to working on LwIP and I want to create a simple Webserver based on LwIP stack and FreeRTOS configured by the CubeMX. I read carefully all the user manual. I also tried to run and digged into the Net...
Posted on May 21, 2017 at 13:36Hello, I want to create a webserver application, and I want my html file modified seperately. So I think that saving my web files (including .html, .css and .js files) into SD card I a good solution, So whenever I want...
Posted on April 03, 2017 at 14:03Like the clearly topic, can any one know how to make it ?
Posted on February 06, 2017 at 19:12Hi everyone,I'm a newbie and I'm working on ADC with DMA in circular mode like pictures below:and a part of my code is:HAL_ADC_Start_DMA(&hadc1,(uint32_t*)buffer,sizeof(buffer));while(1){for(i=0;i<=255;i){}}When I...