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?
Try to make code optimization level to high
Try to avoid unnecessary libraries inclusion in Pack Manager
Try to reinstall the product
This problem may arise in Product With license key where removing and installing license key will solve
But your case is Evaluation Version so try to reinstall