User Activity

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...