Topic : Using RLink with Keil MCBSTM32 dev board

Forum : ARM

Original Post
Post Information Post
October 26, 2009 - 11:52am
Guest

Hi,

I have a Keil dev board which I am attempting to use with the ST libraries and the RLink dongle. I am able to program the chip and carry out hardware debugging.

The issue I have came when I tried out one of the STM example files (the GPIO LEDToggle one) it doesn't flash the LEDs on my Keil board.

What do I need to change in my code to map the commands to the correct port pins? [On the keil board, the LED's are connected to PB8-PB15]

Thanks
Dave

Replies
Post Information Post
+1
0
-1
October 26, 2009 - 2:29pm
Guest

Hi

I do not what is your development environment neither exactly to which example
you are refering but in general there is always a line like this one to adapt in header file or in main function.

#define GPIO_LED                   GPIOB 

Regards,
Matloub