Search found 148 matches

Return to advanced search

Re: pwm_init creates a platform restart

by cnlohr ¦ Mon Jan 30, 2017 2:15 am ¦ Forum: General Discussions ¦ Topic: pwm_init creates a platform restart ¦ Replies: 56 ¦ Views: 70614

OH MY GOSH anszom YOU ARE A LIFESAVER!!! If you see this, can I paypal you $3?

I am also SO GLAD, I finally chose to make esp82xx have its own linker script.

Re: Boot speed 52MHz not 80?

by cnlohr ¦ Sat Oct 08, 2016 1:06 am ¦ Forum: Hardware Specific ¦ Topic: Boot speed 52MHz not 80? ¦ Replies: 4 ¦ Views: 6119

Just have to hope that IGRR or raburton or projectgus hop on board! Because there is a magical scary world of bootloading that I don't understand!

Re: Bootloader

by cnlohr ¦ Sat Oct 08, 2016 12:15 am ¦ Forum: ESPUSB - Software ¦ Topic: Bootloader ¦ Replies: 4 ¦ Views: 11833

I have 1/2 of the problem solved. I just don't know how to do any of the bootloader side of things. Ok, it's a little bigger than I was initially hoping, at 2.5kB, but, it seems to work pretty solid. It's much better than when you have the wifis and everything else going. https://github.com/cnlohr/e...

Re: Boot speed 52MHz not 80?

by cnlohr ¦ Fri Oct 07, 2016 10:04 pm ¦ Forum: Hardware Specific ¦ Topic: Boot speed 52MHz not 80? ¦ Replies: 4 ¦ Views: 6119

pvxx had the solution... if(rom_i2c_readReg(103,4,1) != 136) { // 8: 40MHz, 136: 26MHz //if(get_sys_const(sys_const_crystal_26m_en) == 1) { // soc_param0: 0: 40MHz, 1: 26MHz, 2: 24MHz // set 80MHz PLL CPU rom_i2c_writeReg(103,4,1,136); rom_i2c_writeReg(103,4,2,145); //} }