We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I got a message: EVALUATION MODE Running with Code Size Limit: 32K. My program is only 4 rows. while (1) {
/* USER CODE END WHILE */ HAL_GPIO_WritePin(GPIOB,GPIO_PIN_5,GPIO_PIN_RESET); HAL_Delay(200); HAL_GPIO_WritePin(GPIOB,GPIO_PIN_5,GPIO_PIN_SET); HAL_Delay(400); /* USER CODE BEGIN 3 */
} /* USER CODE END 3 */
} What can be done?
It sounds like you are getting the error in this article:
http://www.keil.com/support/docs/1209.htm
You may need to contact support so we can verify your License information, make sure nothing changed on the computer:
www2.keil.com/.../
"It sounds like you are getting the error (sic?) in this article"
It's not clear that there is any actual error at all?
It seems likely that the OP simply is using the Evaluation version - so this message is perfectly normal and to be expected ...