Welcome!
I've started my adventure with STM32 Discovery and Keil uVision
v.4.13. I wrote a simple program:
#include "stm32f10x_gpio.h"
#include "stm32f10x.h"
int i, c;
int main(void)
{
while(1)
{
for(i=0;i<10000;…