2020-06-03 09:15 AM
2020-06-07 08:04 AM
Check the STM32CubeIDE/your_workspace/.metadata/.ide.log , code generator prints out some error information there, maybe by comparing the log file between your computers (using a diff tool) can give you an idea what's wrong. You can delete the existing file to get a trace of a single session.
You can also try bumping the Threshold value from INFO to DEBUG in STM32CubeIDE/your_workspace/.metadata/.log4j.xml
2020-06-07 08:10 AM
I've also had an issue with code generation when the workspace configuration got corrupted (this happens more often than you think).
In that case, try removing the whole STM32CubeIDE/your_workspace/.metadata folder. You will loose all customizations to Eclipse settings + you need to re-add all projects back to the workspace, but this puts it back into a sane state.