User Activity

Posted on August 06, 2012 at 14:38Hi, Now I'm using a stm32f100c4t6b processor for an application. The proccessor has 16KB memory. I saved my data like that;#define StartAddr  ((u32)0x08007C00)#define EndAddr    ((u32)0x08008000)#define FLASH_PAGE_S...
Posted on December 19, 2011 at 10:40Hi, ADC resolution is working for ''ADC_Resolution_6b'' and ''ADC_Resolution_12b'' but not working for ''ADC_Resolution_8b'' and ''ADC_Resolution_10b'' resolutions, they're same with 12-bit resolution. Does anyone...
Posted on December 03, 2011 at 13:55Hi,I'm using STM32f205RB with codesourcery g++ compiller. I need startup file written in c language which includes vector table and interrupt handlers. In example projects there are only startup.s files.