ESP8266 Developer Zone The Official ESP8266 Forum 2017-07-24T17:59:00+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=5718 2017-07-24T17:59:00+08:00 2017-07-24T17:59:00+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5718&p=14797#p14797 <![CDATA[Re: Usage of system_uart_swap and flash programming]]> But the remaining log output will be shown from the alternative debug port. You can therefore use UART0 to print out only your own data. Debug messages will not interfere anymore.
During ESP8266 boot, just ignore the messages for half a second or so.

For flash programming, the pins will remain the same. This API is only used for printing log from other pins during user application execution. Nothing is permanently affected!

Statistics: Posted by Guest — Mon Jul 24, 2017 5:59 pm


]]>
2017-07-24T15:04:33+08:00 2017-07-24T15:04:33+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5718&p=14787#p14787 <![CDATA[Usage of system_uart_swap and flash programming]]>
I will use it so that ROM logs during boot will not output on the UART connection between the ESP and the external module.

1) The thing is, I don't understand how this will work. Is it a setting that will be stored in the flash and will be applied from the next boot after running the code for the first time?

2) Also, after issuing this command, which pins should I use to serially load the flash? The normal TxD/RxD pins or the ones connected to the module?

Statistics: Posted by nickagian — Mon Jul 24, 2017 3:04 pm


]]>