User Activity

Posted on September 26, 2014 at 23:02I'm maintaining some software for a STM32F103 and came across the following GPIO initialization code.    /* Configure PA5 as push-pull output for LED */     GPIO_WriteBit( GPIOA, GPIO_Pin_5, Bit_SET );     GPIO_I...
Posted on July 31, 2014 at 01:18I need to add USB Host (FS, MSC) capability to an existing project that's using a STM32F205 (my client wants the product to be able to read/write to a USB flash drive). Using STM32CubeMX v4.3 I created a new project, ...
Posted on December 29, 2013 at 21:25I'm currently using a ST-LINK/V2 to develop code for STM32F205/7, but am wondering if I would be better off with a Segger J-LINK. What's the difference in capabilities between these two? I using the Atollic IDE/co...