User Activity

Posted on July 27, 2011 at 12:42I am trying to upload the flash code using Y Modem protocol via Hyperterminal. But i am getting an error saying, ''The image size is higher than the allowed space memory!''. The target is STM32F100C8 - where the Flash...
Posted on June 30, 2011 at 10:25I m trying to use TIM2 as a general purpose timer to generate an interrupt at every 10mS. void Timer2_Init(void) {     TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure;         TIM_TimeBaseStructure.TIM_Period = 10;    ...
Posted on June 27, 2011 at 12:34I am trying to implement EEPROM emulation in the flash memory. I am able to write and read the data from flash. When trying to write the second data it is going to HARDFAULT Error. I m not sure why this happens. Belo...
Posted on June 18, 2011 at 13:50I am trying to use the Flash as EEPROM and need to store some user datas into the flash. uint8_t User[]=''1112223332@gmail.com'' May i know how to store the above data in the FLASH? In the application notes i found th...
Posted on February 01, 2011 at 11:05DMA with USART1 & 2