I have created one test application. I am trying to post an event along with large string data (~2048 kb).
Initial 8 chars are getting corrupted and remaining data i am getting correct.
Code: Select all
ESP_ERROR_CHECK(esp_event_post(APPLICATION_MESSAGES, UID_MESSAGE_RECEIVED, (void*) &event, sizeof(message_event_t), portMAX_DELAY));
Build environment:
Mcu Type :esp32
ESP IDF Ver :v4.4.3