Search found 3 matches

by MarkZi
Thu Mar 15, 2018 12:29 pm
Forum: ESP-IDF
Topic: atomic test and modify uint32_t
Replies: 4
Views: 9455

atomic test and modify uint32_t

Hello, what is the best way to do a atomic uint32_t operation. The uint32_t variable is only accessed by different freertos tasks, not by HW-ISR. I do not know if the stdatomic.h stuff works. I tried uint32_t Can_ModifyUInt(uint32_t volatile *pUInt, uint32_t CompareValue, uint32_t NewValue) { taskDI...
by MarkZi
Thu Mar 15, 2018 12:19 pm
Forum: ESP-IDF
Topic: Can Bus off
Replies: 3
Views: 7421

Re: Can Bus off

Hello,

I've used the driver since 3 month and it works well. No issues. No bus off at all. You should check for correct baudrate, CAN-Bus connections and all your other stuff.

Mark
by MarkZi
Tue Nov 28, 2017 2:31 pm
Forum: General Discussion
Topic: SPP profile in bluedroid missing?
Replies: 25
Views: 39267

Re: SPP profile in bluedroid missing?

Hello Espressif-Team,

please let us know if you plan or will release a SPP example for ESP32/bluedroid. And when might it happen?