Search found 8 matches

by EndlessDelirium
Sun Sep 17, 2017 10:44 am
Forum: ESP-IDF
Topic: RS-485 support
Replies: 27
Views: 57245

Re: RS-485 support

Thanks to pctj101, there is now some example code available: https://github.com/espressif/esp-idf/pull/1006
by EndlessDelirium
Sun Sep 17, 2017 10:30 am
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 832604

Re: What would you like to see in The Next Chip?

There is little benefit in a new chip with an even broader feature set if Espressif keeps on failing to deliver on the SDK side. Take a closer look at the ESP32. The feature set of that chip already is rather awesome. But many of those features are either hard to use or simply broken. So please do u...
by EndlessDelirium
Thu Jul 20, 2017 1:49 am
Forum: General Discussion
Topic: UART2 crashes after some use
Replies: 3
Views: 6208

Re: UART2 crashes after some use

This is gonna be difficult without more detailed information about the crash. Try to get the crash dump as described in the manual: https://esp-idf.readthedocs.io/en/v2.0/core_dump.html
by EndlessDelirium
Wed Jul 19, 2017 7:26 am
Forum: General Discussion
Topic: UART2 crashes after some use
Replies: 3
Views: 6208

Re: UART2 crashes after some use

Have you checked the crash output? Furthermore, is it possible that you simply try to send an array of zero bytes and your application crashes elsewhere? Lastly, regarding your suspicion that this is caused by Errata 3.10, does the crash still occur if you select "Run FreeRTOS only on first core" in...
by EndlessDelirium
Thu Jun 08, 2017 6:08 am
Forum: ESP-IDF
Topic: RS-485 support
Replies: 27
Views: 57245

Re: RS-485 support

I've got an answer from Espressif in the meantime: "The example for RS-485 is already in our development plan and it will be released later." Unfortunately they haven't provided any ETA. @hwmaier: Thank you for the software based implementation. @ESP_Sprite: I've now created such a feature request (...
by EndlessDelirium
Wed May 31, 2017 12:13 pm
Forum: ESP-IDF
Topic: RS-485 support
Replies: 27
Views: 57245

Re: RS-485 support

@hwmaier: Yes, that's more or less what we are currently doing. Regarding uart_wait_tx_done the documentation says that this call blocks until the TX FIFO is empty. That however doesn't necessarily means that the last bit of the data is already shifted out once that call returns. We kinda expect thi...
by EndlessDelirium
Mon May 29, 2017 7:10 am
Forum: ESP-IDF
Topic: RS-485 support
Replies: 27
Views: 57245

Re: RS-485 support

I've now submitted a technical inquiry to Espressif directly. Let's see whether we get an answer... :-)
by EndlessDelirium
Wed May 10, 2017 1:23 pm
Forum: ESP-IDF
Topic: RS-485 support
Replies: 27
Views: 57245

RS-485 support

Hi there The datasheet claims that there is some RS-485 support and in the IDF reference manual there are also some related registers. Unfortunately there is very limited documentation of this feature and I just cannot make sense of the very short register documentation. Could anyone else already fi...