Search found 3 matches

by weslleymfd
Mon Jan 17, 2022 11:13 am
Forum: ESP-IDF
Topic: Dual Core halt
Replies: 4
Views: 3361

Re: Dual Core halt

Hello, ESP_Sprite.

I will definitely evaluate all possibilities you suggested.

Thanks for the help.

This topic can now be closed.

Best regards,
Weslley
by weslleymfd
Fri Jan 14, 2022 12:29 pm
Forum: ESP-IDF
Topic: Dual Core halt
Replies: 4
Views: 3361

Re: Dual Core halt

Hi ESP_Sprite, Thanks for the reply. The code on the APP_CPU_NUM reads the ADC data and converts it to some electrical quantities (voltage, current, power ...). This measurement occurs in windows of precisely 350ms. The code on the PRO_CPU_NUM takes this data, and data from all other analog/digital ...
by weslleymfd
Thu Jan 13, 2022 1:57 pm
Forum: ESP-IDF
Topic: Dual Core halt
Replies: 4
Views: 3361

Dual Core halt

Hello, I'm working on a project that utilize the ESP-WROVER-E module. In this project, APP_CPU_NUM is used to acquire ADC data trough SPI and processes it. All functions that process this data are being called from the task that was initialized in APP_CPU_NUM. In the PRO_CPU_NUM we have a routine th...