Search found 3 matches

by marcelounisb
Mon Mar 04, 2024 4:25 pm
Forum: General Discussion
Topic: Support for FreeRTOS-MPU functions in ESP32-S3
Replies: 3
Views: 2334

Support for FreeRTOS-MPU functions in ESP32-S3

Hello, I'm using ESP32-S3 for a project, and the FreeRTOS-MPU features would be of great use. While trying to use the "xTaskCreateRestricted", however, it appears to be undefined. Looking into the task.c file, this function is indeed not compiled due to the macro portUSING_MPU_WRAPPERS. Does ESP32-S...
by marcelounisb
Mon Sep 04, 2023 9:01 pm
Forum: General Discussion
Topic: News on ESP32-P4
Replies: 2
Views: 10234

News on ESP32-P4

Hello,

Any news on ESP32-P4? Is there a estimated release date?

Thanks,
Marcelo.
by marcelounisb
Wed Aug 23, 2023 2:46 pm
Forum: General Discussion
Topic: ESP32 Errata "3.16" correction (I2C problem)
Replies: 0
Views: 762

ESP32 Errata "3.16" correction (I2C problem)

Hello, I'm working on a very large project with ESP32­-WROOM­-32UE, which makes intense use of the UART, I2C, SPI and TIMERS peripherals. I've been struggling with a very sporadic bug, in which an I2C reading returns an inconsistent value (for example, should read zero from an external sensor regist...