User Activity

Posted on January 27, 2012 at 12:23Hi, I have some questions about flash programming 1. how many writes to flash can i made beetwen FLASH->CR |= CR_PG_Set;  and FLASH->CR &= CR_PG_Reset; is it possible to write here more data than 2 words ? (only 2...
Posted on January 25, 2012 at 14:44I am learning how STM32 works. I looked at startup file and starup vector using simulator and example project. And I have question (STM32F105): 1. First dword location of vector is stack pointer and it is initializ...
Posted on February 02, 2011 at 18:16usb - how to start for newbe