Posted on October 30, 2012 at 13:32
Hi there,
May be this is a silly question, but could someone explain me to how we use unsigned int and unsigned short int types together ?
Here is an exemple from a simple working code (gpio.c* of STM32 V...
Posted on October 10, 2012 at 13:37Hi everyone,I'm new with STM's MCU and I'm doing some tests on the the STM32VLDiscovery board (with MCU : STM32F100RB) I've just bought.I wrote a simple code for blinking a LED and tested it successively on the eva...
Posted on October 10, 2012 at 23:18Hi and thanks clive1,As I understood from the ''system_stm32f10x.c'' file of the CMSIS folder in the Project, by default, the MCU uses the internal clock which is HSI (8Mhz like the external), but it's the case on...