Darian

Results 11 comments of Darian

@sryan5 > I've been trying to get the timer interrupt for the esp32 s2 working with the repeated timer example but it seems like that the esp32S2 is not going...

@amazonKamath @aggarg I can't assign this issue to myself. I think I'll need [collaborator](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository) access to be able to do that (cc @sudeep-mohanty in case you need to assign FreeRTOS...

Note: I'm already working on this issue.

> Now I send a command: AT+GMR from the STM via the UART using the following line: > HAL_UART_Transmit_IT(&huart4, buff, Len); > And I expect to get the result (same...

@Zakary-D Looks like it's crashing `tlsf.c:remove_free_block` on these lines when accessing address `EXCVADDR: 0x009900a9` ```c next->prev_free = prev; prev->next_free = next; ``` It might be due to heap corruption (where...

@patrickwilliamson1 The power surge probably means that the ESP isn't in sleep anymore. This typically indicates that the ESP has some processing to do, thus prevent the power management library...

@edword01 > then try to modify the component in "managed_components",add one line to test, just : "#define XXXX 1" Could you post an error log due to the one line...

@giga993 Could you double check that all of the TWAI errata workarounds are enabled via menuconfig?

@HDLA-BG @diplfranzhoepfinger I think what's likely happening here is that when the ESP32-S3 resets, the TX pin is driven LOW momentarily. This results in the bus being drive to the...

> disturb CAN-Bus by eigher shorting CAN-H to GND or CAN-H to CAN-L @diplfranzhoepfinger @abombay @f-hoepfinger-hr-agrartechnik By disturbing the CAN/TWAI Bus, you are likely generating errors that trigger the HW...