I am using a 32u4 on a custom PCB: 3.3v, 8MHz.
Are there any operational differences between using the Sparkfun ProMicro selection versus the Adafruit ItsyBitsy selection in IDE, since they are both for the 32u4?
-
Are they both 3.3V, 8 MHz? Or are they 5V, 16 MHz? Are you trying to select one to bootload your part with?CrossRoads– CrossRoads2018年12月03日 18:14:06 +00:00Commented Dec 3, 2018 at 18:14
-
Yes, both 3.3v, 8MHz. I have already bootloaded my PCB using the ProMicro selection and it works fine. I am simply wondering if there is any difference in how the 32u4 would operate if I were to use the ItsyBitsy selection in IDE instead.user19216– user192162018年12月03日 21:06:24 +00:00Commented Dec 3, 2018 at 21:06
1 Answer 1
There should not be any difference, However you would need to load the ItsyBitsy bootloader instead of the ProMicro Bootloader. Personally, I use the Pro Micro Bootloader on my 32u4 Boards.
The only difference would be in the size of each bootloader, one may be smaller and give you more actual codespace. Other than that there should be no performance difference because your code runs independently of the bootloader.