Search found 4 matches

by d1_jaime
Mon Nov 20, 2017 5:04 pm
Forum: Sample Code
Topic: [Info] MQTT Eclipse Paho client component
Replies: 4
Views: 11370

Re: [Info] MQTT Eclipse Paho client component

Hey, I just tried it out and it couldn't finish building. Can you give me a quick hand? It was placed to match the ESP32 documentation - myProject/ - Makefile - sdkconfig - components/ - component1/ - component.mk - Kconfig - src1.c - component2/ - component.mk - Kconfig - src1.c - include/ - compon...
by d1_jaime
Thu Nov 16, 2017 3:25 pm
Forum: ESP-IDF
Topic: What is the proper way to deinit BluFi(want to release memory and resource after connect to WiFi)
Replies: 1
Views: 4357

Re: What is the proper way to deinit BluFi(want to release memory and resource after connect to WiFi)

Hey,

I was already looking at the source code so I may have found the API call for you.

Code: Select all

/**
 *
 * @brief           This function is called to de-initialize blufi_profile
 *
 * @return          ESP_OK - success, other - failed
 *
 */
esp_err_t esp_blufi_profile_deinit(void);
by d1_jaime
Thu Nov 16, 2017 3:16 pm
Forum: Report Bugs
Topic: Need info about Dual Core Bug 3.10
Replies: 4
Views: 7052

Re: Need info about Dual Core Bug 3.10

ESP_Angus, this is probably the best answer I've ever gotten for chip support. This is great information and knowing that there are macros handling the issue is exactly what I need to document in our system documents. Looking forward to V3.0 when it comes out and updating the ECO document would be g...
by d1_jaime
Wed Nov 15, 2017 6:17 pm
Forum: Report Bugs
Topic: Need info about Dual Core Bug 3.10
Replies: 4
Views: 7052

Need info about Dual Core Bug 3.10

According to the ECO bug list document , bug 3.10 is a dual core issue. When the dual-core CPU access es different address spaces, a random error occurs. Description: In the case of a dual-core CPU, when one CPU bus reads address space A (0x3FF0_0000 ~ 0x3FF1_EFFF), while the other CPU bus reads add...