Skip to content
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

esp32S3创建多个分区,两个kvdb,两个tsdb,每次上电,第二个kvdb总是重新格式化扇区 #310

Open
Alex-H-C opened this issue Sep 2, 2024 · 4 comments

Comments

@Alex-H-C
Copy link

Alex-H-C commented Sep 2, 2024

screenshot-20240902-131943
screenshot-20240902-131919
另外就是上电从kvdb中读取65*3=195个参数,时间太长,导致任务看门狗复位
screenshot-20240902-131228

@herexiong
Copy link

您好!请问你使用的是哪个版本的IDF,我使用IDF4.4.6运行示例时TSDB报错重启,KVDB正常。但是它们在IDF5.x版本却工作正常

@penghongquan
Copy link

你没发现你分区有重合吗

@Alex-H-C
Copy link
Author

Alex-H-C commented Sep 9, 2024

您好!请问你使用的是哪个版本的IDF,我使用IDF4.4.6运行示例时TSDB报错重启,KVDB正常。但是它们在IDF5.x版本却工作正常
我也用的4.4.6,tsdb报错,你看下是不是你数组访问越界了,一般是没有问题的

@herexiong
Copy link

您好!请问你使用的是哪个版本的IDF,我使用IDF4.4.6运行示例时TSDB报错重启,KVDB正常。但是它们在IDF5.x版本却工作正常
我也用的4.4.6,tsdb报错,你看下是不是你数组访问越界了,一般是没有问题的

😭因该不是数组越界吧,我直接使用的demo里的代码

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants