So I have done all the steps except the boot reset doesn’t work I use pincers so I can really feel when I press the button yet I can see the STM32 Bootloader in Device manager any help I’m also sure my micro usb cable has data tranfers any helps what might cause the problem
I’m confused. If it shows up as STM32 BOOTLOADER, then it would seem that BOOT+RESET worked.
… or are you suggesting that it always shows up as STM32 BOOTLOADER whether you press BOOT+RESET or not?
hi, profezzorn thanks for the quick reply i already found a sollution but you might be of help with another problem, this config wont verify any clue why this might be
qauntum_config.h (35.5 KB)
this is the error code i get
Arduino: 1.8.19 (Windows 10), Board: “Proffieboard V2, Serial + Mass Storage + WebUSB, SDCARD (SPI), 80 MHz, Smallest Code”
ProffieOS:28:21: fatal error: config/quantum_config.h: No such file or directory
28 | #define CONFIG_FILE “config/quantum_config.h”
| ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
config/quantum_config.h: No such file or directory
It looks like it can’t find your config file. Is it in the proffieOS “config” directory?
Your quantum_config.h file needs to be in your “config” folder. Check the spelling, your file is named qauntum, you inverted u and a
My dyslexia took the better of me. i misspelled it , I feel so dumb rn
thanks for the help and quick replies Orntar and Olivierflying747-8
It was my pleasure.
A small note for next time: When seeking help, always start a new thread instead of continuing an existing thread. Only add to existing threads if you have something to add that is helpful to the people on that thread.