Existing STM32CubeIDE works great in Ubuntu 16.04 for STM32H747XI6. When I start it in MobaXterm in Windows laptop, I get these errors:./stm32cubeideSWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Could not connect: Connection ...
For now, both cores start simultaneously, then CM4 stops, CM7 wakes it up. Both main() functions have similar code but for different LEDs:CM4: MX_GPIO_Init();
while (1)
{
HAL_GPIO_TogglePin(myPK3_GPIO_Port,myPK3_Pin); //Toggle LED
HAL_D...
Solution is: upgrade Ubuntu to 20.04. Now STM32CubeIDE 1.5.0 starts in Windows laptop with minor warnings, when child frames are opened:./stm32cubeide(STM32CubeIDE:9365): Gtk-WARNING **: 13:44:16.183: Negative content width -1 (allocation 1, extents ...