User Activity

Posted on December 13, 2013 at 11:25Hi,I'm working with STM32F100x microcontroller; I use the factory embedded bootloader to write the flash by USART with a Linux PC forcing the BOOT0 pin at high value.All work fine !I have a question: is it possibl...
Posted on November 25, 2011 at 12:58Is it possibile to program a firmware in a stm32f10x micro without a jtag linker?Thanks in advance.
Posted on July 25, 2011 at 09:01Reading data from flash memory_ SOLVED!!
Posted on July 24, 2011 at 18:22Hi, i'm working on stm32f100x microcontroller..I've written data in flash memory and i've to read it; in stm32f10x_flash.h file i don't have found a function for reading memory..How can i read a location of memory? ...
Posted on July 01, 2011 at 15:21HI..in attach file there's my code. i've to manage smbus using interrupt (no polling allowed). I don't understand why the interrupt doesn't start. The code doesn't me any error. Is it correct manage the smbus protocol...