So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By mr.sneezy
#63122 Two questions, that might be related.

My MCU experience is all with MicroChip PIC's from many years ago, and they have 'fuses' that are registers that hold the startup configuration of the MCU's peripherals (the ports, UARTS, CAN bus etc).
Does the ESP8266 have something like that and is it user read/writable ?

Second part to the question, does reflashing the bootloader change the configuration fuses/settings if they have them like above ?

Thanks,
Martin
User avatar
By lethe
#63166
mr.sneezy wrote:Does the ESP8266 have something like that and is it user read/writable ?

No, at least I have not seen any indication of fuse bits on ESP8266 (ESP32 on the other hand does seem to have fuse bits).

Second part to the question, does reflashing the bootloader change the configuration fuses/settings if they have them like above ?

The bootloader is not flashable, its burned to ROM during manufacturing.