User Activity

Posted on October 04, 2015 at 15:19 Hi all, Just plunging in again to learn STM32/ARM coding, and have a GPIO issue (on a STM32L100C discovery board): Why does this work... GPIOC->MODER |= (GPIO_MODER_MODER8_0 | GPIO_MODER_M...
Posted on April 18, 2015 at 03:00Hi all,I'm coming from the PICmicro world, and thought I'd get into ARM processors, so picked up an STM32L100C-DISCO.  I want to understand the basics -- for example, how to create a simple program to blink an LED.I ...