Search found 9 matches

by ICONDev
Tue Jun 29, 2021 7:21 am
Forum: IDEs for ESP-IDF
Topic: the biggest issue with the esp32 is the ide and build system..
Replies: 20
Views: 37090

Re: the biggest issue with the esp32 is the ide and build system..

Seems that the most people with large projects and hundreds of source files (like we have also) have the same problem.. Now we intend to move to the cmake system, and found that each CMakeLists.txt must contain each file name for each source module seperately. Our project has hundreds of source file...
by ICONDev
Wed Jun 02, 2021 12:52 pm
Forum: ESP-IDF
Topic: CANBus alarm monitoring after bus recovery
Replies: 3
Views: 3833

Re: CANBus alarm monitoring after bus recovery

Thank you for the quick response, seems that this is the issue. I saw that there are further work arounds implemented in the current idf versions in terms of CAN. Does Espressif intent to update the V3.x release idf with these CAN/TWAI component options (as done in the latest V3 release with the ISR...
by ICONDev
Mon May 31, 2021 12:29 pm
Forum: ESP-IDF
Topic: CANBus alarm monitoring after bus recovery
Replies: 3
Views: 3833

Re: CANBus alarm monitoring after bus recovery

Additionally: if I recover the situation by completely reinstalling the driver (can_driver_uninstall() / can_driver_install()) instead of using can_initiate_recovery(), the code works propperly and the bus error counters are working as before the recovery.. This is why I assume that this is a bug in...
by ICONDev
Mon May 31, 2021 9:21 am
Forum: ESP-IDF
Topic: CANBus alarm monitoring after bus recovery
Replies: 3
Views: 3833

CANBus alarm monitoring after bus recovery

we are using the can interface, idf 3.3.5 release version. We have a seperate recovery task to get CAN alerts ant to recover from BUS_OFF. Basically we followed the recovery example, contained in the idf. we are get the alerts properly (eg if we shorten the bus for a short moment), also the bus reco...
by ICONDev
Tue Jun 23, 2020 7:28 am
Forum: General Discussion
Topic: GDB Stub/ debugging without JTAG via UART
Replies: 3
Views: 5725

Re: GDB Stub/ debugging without JTAG via UART

thank you for the quick response. Does espressif intend improving the gdb stub for uart debugging and/ or write some documentation for that?

Juergen
by ICONDev
Mon Jun 22, 2020 6:20 am
Forum: General Discussion
Topic: GDB Stub/ debugging without JTAG via UART
Replies: 3
Views: 5725

GDB Stub/ debugging without JTAG via UART

Hi Guys, we have a custom hardware design, unfortunately we have no chance using a JTAG debugger because we need those pins for other things like Sd Card interface and other peripherials. No chance to strip this down. So the one and only possibility is using the UART interface /the one which is the ...
by ICONDev
Wed May 22, 2019 3:20 pm
Forum: ESP-IDF
Topic: Adding nvs partition without physical UART connection to hardware
Replies: 2
Views: 3407

Adding nvs partition without physical UART connection to hardware

Hello, currently we are using a custom partition table with 2 ota partitions. The initial factory load, containing boot loader, partition table and App is flashed through Uart/ USB. After that point ot time, the customers get updates through ota, we have no physical access through the UART interface...
by ICONDev
Tue Mar 12, 2019 10:44 am
Forum: ESP-IDF
Topic: OpenSSL / Version in latest esp-idf
Replies: 1
Views: 4359

OpenSSL / Version in latest esp-idf

Hello, Looks like the esp-idf contains an elder Version of the OpenSSL lib, contained in the esp-idf. ssl.h of the current idf-version misses a lot of definitions, like all # define SSL_OP_... definitions, which are contained in newer versions. So it is not possible to compile the mongoose library w...
by ICONDev
Thu Oct 25, 2018 8:47 am
Forum: ESP-IDF
Topic: IDF V3.2 with CAN driver
Replies: 13
Views: 14797

Re: IDF V3.2 with CAN driver

Hello, this is good news to have an 'official' can driver available. Saw the documentation in the 3.2 programming guide, also the examples, but there is nothing in Terms of CAN-bus peripherials in the main ESP32 data sheet. (looking specially for further info like possible GPIOs through the GPIO Mat...