You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed this tutorial on getting the Blue Pill setup, everything went fine until I tried to upload the sketch and got this.
Sketch uses 12804 bytes (19%) of program storage space. Maximum is 65536 bytes. Global variables use 2064 bytes (10%) of dynamic memory, leaving 18416 bytes for local variables. Maximum is 20480 bytes. Access is denied.
I'm runtime Windows 11 with the latest IDE and installed the Drivers using install_driver.bat from Arduino_STM32 repository. I check my drives in the Device Manager and they say they are using 'Maple Serial (COM7)' however in the IDE it just say 'COM7' (not sure if this an issue)
Also, if I connect with Serial Monitor, the board seems to spam these lines repeatedly, which makes me assume the bootloader is working properly.
I don't know how WIn11 manages the ports but from your post I think that Arduino access to the port is prohibited.
Have you installed the serial driver with admin right?
Try to start Arduino with admin rights.
I followed this tutorial on getting the Blue Pill setup, everything went fine until I tried to upload the sketch and got this.
Sketch uses 12804 bytes (19%) of program storage space. Maximum is 65536 bytes. Global variables use 2064 bytes (10%) of dynamic memory, leaving 18416 bytes for local variables. Maximum is 20480 bytes. Access is denied.
I'm runtime Windows 11 with the latest IDE and installed the Drivers using install_driver.bat from Arduino_STM32 repository. I check my drives in the Device Manager and they say they are using 'Maple Serial (COM7)' however in the IDE it just say 'COM7' (not sure if this an issue)
Also, if I connect with Serial Monitor, the board seems to spam these lines repeatedly, which makes me assume the bootloader is working properly.
Please let me know if there is something I'm missing or an issue running this on Windows 11?
The text was updated successfully, but these errors were encountered: