Search found 2 matches

by L_Stout
Wed Nov 26, 2025 2:02 pm
Forum: General Discussion
Topic: UART DMA Channel UHCI_NUM_1 is not working for any UART
Replies: 2
Views: 3434

Re: UART DMA Channel UHCI_NUM_1 is not working for any UART

For information i found the problem:
in esp_err_t uhci_config(uhci_config_t *config)

replace the line
periph_module_enable(PERIPH_UHCI0_MODULE);
by
periph_module_enable(uhci_num==0?PERIPH_UHCI0_MODULE:PERIPH_UHCI1_MODULE);
by L_Stout
Tue Nov 25, 2025 9:49 am
Forum: General Discussion
Topic: UART DMA Channel UHCI_NUM_1 is not working for any UART
Replies: 2
Views: 3434

Re: UART DMA Channel UHCI_NUM_1 is not working for any UART

Hello,

many years later, i am facing the same issue. Did you fix it ?

Go to advanced search