Marvee Amasi
Marvee Amasi
Issues with STM32L476RG Nucleo Board Not Detected in CubeIDE on Ubuntu
Hey @Sterling check the USB Permissions first , you need to ensure that your user has permission to access USB devices, so add your user to the dialout group Run this command in the terminal
sudo usermod -aG dialout $USER
sudo usermod -aG dialout $USER
After this, log out and log back in to apply the change
4 replies