Search found 7 matches
- Tue Apr 30, 2024 1:28 pm
- Forum: General Discussion
- Topic: ESP32 Arduino and running tasks
- Replies: 2
- Views: 726
Re: ESP32 Arduino and running tasks
Yes, I think it is useful.
- Fri Apr 26, 2024 11:26 pm
- Forum: General Discussion
- Topic: ESP32 dualcore example without using FreeRTOS
- Replies: 5
- Views: 1274
Re: ESP32 dualcore example without using FreeRTOS
OK, perfect, do you know where can I find some docs about how can I assign one or more functions to run on the 2 cores? I already use other dual core or multicore microcontrollers, they work differently but I am able to use them without a RTOS and sharing some registers or RAM area. The difference i...
- Fri Apr 26, 2024 2:28 pm
- Forum: General Discussion
- Topic: ESP32 dualcore example without using FreeRTOS
- Replies: 5
- Views: 1274
Re: ESP32 dualcore example without using FreeRTOS
Basically because I want to know how it works as bare metal implementation and eventually to use a different RTOS. There are some RTOS more devoted to IoT applications for instance.
- Thu Apr 25, 2024 2:57 pm
- Forum: General Discussion
- Topic: ESP32 Arduino and running tasks
- Replies: 2
- Views: 726
ESP32 Arduino and running tasks
Hello guys, I wanto to understand if there is a way to understand if an application designed using ESP32-Arduino and running on a dual core ESP32 has tasks running on both cores. The reason is because is difficult to understand if using thirdy party libraries the application uses or not both cores a...
- Thu Apr 25, 2024 2:50 pm
- Forum: General Discussion
- Topic: ESP32 dualcore example without using FreeRTOS
- Replies: 5
- Views: 1274
ESP32 dualcore example without using FreeRTOS
Hello guys, I am searching documentation and at least one example to implement a test application to execute a C function on core 0 and another function on core 1 without using FreeRTOS and Arduino framework. My intention is to test a simple solution to execute 2 functions on the different cores and...
- Mon Aug 17, 2020 2:54 pm
- Forum: IDEs for ESP-IDF
- Topic: ESP32-WROOM-32D debugging
- Replies: 3
- Views: 4545
Re: ESP32-WROOM-32D debugging
bad news..... so I should write a driver and a configuration file for OpenOCD to support it or connecting an external FTDI2232 board
- Sun Aug 16, 2020 12:58 pm
- Forum: IDEs for ESP-IDF
- Topic: ESP32-WROOM-32D debugging
- Replies: 3
- Views: 4545
ESP32-WROOM-32D debugging
I bought a HiLetGo ESP-32S module based on ESP32-WROOM-32D module. On the board there is a Silicon Labs CP2102 USB to serial converter instead of FTDI232 used in the past in the same module. The problem is that I am not able to setup Eclipse to manage the CP2102 so actually I am not able to start a ...