-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
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
esp32c2 hosted for NG on spi interface, restart abnormaly when run wget #557
Comments
This is due to C2 low memory. We need to fix this. |
waiting for your update |
any news? |
Hello @WindWard-atm , I apologise for the delay. Let me come back on this today. |
@kapilkedawat , were we able to test and reproduce this ? |
Hi @WindWard-atm, please apply this patch and see if you still face any crash after that. Please note that you need to clean and then rebuild the firmware for this to apply properly.
|
|
@WindWard-atm Can you please state
rm -rf sdkconfig build
idf.py set-target esp32c2
idf.py flash monitor
|
I apologise for the delay, after I re-remove and re-compile ,it run normal without crash, but the speed changes slowly, about 130kpbs |
C2 max speeds are limited because of small on chip memory. Do you need bluetooth? If not bluetooth could be disabled and put in sdkconfig.defaults.esp32c2. This would release some memory for the help. Then increase the config that you just reduced. |
@WindWard-atm there shouldn't be any drastic difference in total throughput on these numbers. Could you share your before and after numbers? Also what's your SPI speed? |
Checklist
Issue or Suggestion Description
esp32c2 work in linux system on spi interface ,restart abnormaly when run 3 wget apps
IDF commit: e7771c75bd1dbbfb7b3c5381be7e063b197c9734
application commit : 0ee257d
Serial-COM82_2024-12-25_18-42-09-984.log
The text was updated successfully, but these errors were encountered: