User Activity

i made this code to blink an led with systick time but it does not work can you please correct this. i am using stm32l152rc discovery board. #include "stm32l1xx.h"while {  if (SysTick->CTRL |= SysTick_CTRL_COUNTFLAG == 0)   {   GPIOB->BSRRH |= GPIO_...