Menu

3.3V 8MHz Atmega32u4

Fred
2024-11-28
2024-11-29
  • Fred

    Fred - 2024-11-28

    is it possible to make it work on 3.3V 8MHz Atmega32u4?
    could we get a .hex in the folder? :)

     
  • Fred

    Fred - 2024-11-28

    I managed to get it to work by compiling with MPLAB X. I'm able to get the UART to work but not the USB CDC, maybe 8MHz is not fast enough...

    by the way, I try to do forget on a constant but it does not work. I get forget bit5 forget ?

     
  • Mikael Nordman

    Mikael Nordman - 2024-11-28

    Check the PLLCSR register description.

    Did you compile FORGET ?

     
  • Mikael Nordman

    Mikael Nordman - 2024-11-28

    I uploaded 8 MHz hex files.
    I could not test, and I hope they work.

     
  • Fred

    Fred - 2024-11-29

    I can confirm that 32u4-16MHz-UART38400.hex and 32u4-8MHz-USB
    are working on my board.

    I'm flashing using this command : avrdude -p m32u4 -c avrisp2 -e -U flash:w:32u4-8MHz-USB.hex:i -U efuse:w:0xff:m -U hfuse:w:0xdf:m -U lfuse:w:0xff:m

    It can be used for Sparkfun pro micro : https://www.sparkfun.com/products/12587
    but I'm using it right now on a linkit smart duo 7688

    thanks!

     

    Last edit: Fred 2024-11-29

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.