When adding new widgets to a custom container i2c communication fails.
I've been having an odd issue where if I add any widgets into a custom container the i2c ADC devices stop responding. I've isolated it to the point where I can just add any default widget into the container and then run target in the designer to see the issue. Once I go back and delete that widget all functions resume working.
When I go to debug the issue in cubeide the issue is not reproducible. The code compiled within the IDE works as intended with or without the added widgets.