2016-05-18 05:22 PM
In my linux stm32cubemx user code enclosed in
/* USER CODE BEGIN 0 */ ... /* USER CODE END 0 */ is preserved while user code enclosed in // USER CODE BEGIN Includes ... // USER CODE END Includes is not. The difference seems to be just the type of comment (/* */ vs // ). Modifying the comment type in the template files restored the functionality.2016-05-24 06:37 AM
Hi Emil,
It is reported internnally. Thanks for the feedback. -Hannibal-