2020-11-12 04:53 AM
2020-11-12 05:12 AM
open the .ioc file in IDE, then click the 'project manager' tab of the ioc file and then click the 'Code Generator' from the left, you will find the option.
2020-11-12 05:12 AM
open the .ioc file in IDE, then click the 'project manager' tab of the ioc file and then click the 'Code Generator' from the left, you will find the option.
2020-11-12 05:16 AM
Great, thank you, just figured it out! I am going to have to get used to having code deleted if its not in the correct place.
2020-11-12 06:21 AM
Code between USER CODE tags will not be deleted. Don't put code anywhere else:
/* USER CODE BEGIN *** */
// your code here
/* USER CODE END *** */
2020-11-13 06:11 AM
Hi @GCrow.1 ,
When your question is answered, please close this thread by choosing "Select as Best".
Imen