User Activity

Posted on June 02, 2014 at 06:49Hello everyone today I have one problem with my manage memory I run freeRTOS in stm32f4 board (Cortex M4), I create one task. This task execute regular expression program (source code for regexp from: http://www.argli...
Posted on May 28, 2014 at 06:33hello everyone today I try to use RTC in stm32f4 cube library and some errors occur. So now I will show my code for all of you see: void dtime_bsp_open (const dtime_time_format_t fmt) {     /* Configure the RTC periphe...
Posted on March 27, 2014 at 04:21Hello everyone I'm  newbie in LCD, I use keil4 for stm32f4 to display a text on LCD 128x64 and it's succes. Now I want to display a bitmap image but I don't have any tutorial about that, can anyone give me some link...
Posted on March 06, 2014 at 09:55Hi everyone. today I'm newbie in LCD. I discover the LCD LCM DT192x64 but I don't have any ebook or reference manual about that, I already searched on google but I get another. If you have any book relative with my ...
Posted on March 06, 2014 at 04:44hello everyone today I have problem with memory but I cannot solve I don't know it relate stack and heap or not. in startupcode file, I initialize stack_size : 0x00013000 and heap_size : 0x00006000 because I read on ...