We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP8266 package with native SDK gives the following exception:
Fatal exception (0): epc1=0x40240655, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
With arduino framework ESP8266 is working fine, I can see such behaviour only with native SDK
How to reproduce
upload_port
platformio.ini
*. Create empty user_config.h under the src folder
user_config.h
user_main.c
#include "ets_sys.h" #include "osapi.h" void user_init(void) { os_printf("SDK version:%s\n", system_get_sdk_version()); }
platformio run
miniterm
pyserial
miniterm.py /dev/<YOUR_DEV> -b 74880
Edited: Requested from http://esp8266.ru.
The text was updated successfully, but these errors were encountered:
Don't forget that you can use platformio serialports monitor command. It also uses miniterm.
Sorry, something went wrong.
c80fb5f
@condemil please upgrade PlatformIO to the latest release 2.2.0.
Has it helped you?
Version bump to 2.2.0 (issues #233, #238, #239, #240, #242, #243, #244,
249b00d
#245, #246)
valeros
No branches or pull requests
ESP8266 package with native SDK gives the following exception:
With arduino framework ESP8266 is working fine, I can see such behaviour only with native SDK
How to reproduce
upload_port
inplatformio.ini
*. Create empty
user_config.h
under the src folderuser_main.c
under the src folder with the following content:platformio run
miniterm
frompyserial
for that purposeEdited: Requested from http://esp8266.ru.
The text was updated successfully, but these errors were encountered: