Ha Thach

Results 484 comments of Ha Thach

That would be great, I also think the audio driver is a bit complicated at the moment. The example's descritpor can also be simplified by using app-level struct like uvc...

my bad, I think we cannot simply clear data here. We should mark endpoint for removal then disable channel first, within the halted interrupt check the flag and clear the...

> I've changed it use `channel_disable()`, I think there is no need to wait until the channel is disabled ? I am on vacation, will try to check this out...

@HiFiPhile I make more changes to PR, also add closing flag for endpoint to de-alloc() it when chanel is halted with closing flags. Also put the check into chanel_disable(). Let...

@HiFiPhile why skipping these examples for h7rs, I see it compile just fine with minsize.

> @hathach With LOG=2 IAR debug builds needs > 70k for these examples, cdc_msc_hid_freertos needs 66k even on MinRel build. as long as minsize with LOG=0 compile, we can leave...

re-open since #3126 fix seperated issue on different built-in HS PHY on F723

@Dolphindalt you mean PR implementation here https://github.com/hathach/tinyusb/pull/3228/files ? If possible can you enable LOG and print out of dwc2 hwcfg register for STM32WBA65RI by check_dwc2(dwc2_regs_t* dwc2).

I often have h743 hil failed randomly, I think wait for AHB idle is required, it is also mentioned in thee databook as well.

please provide detail setup with - board + mcu - stock example with minimal changes - exact usb device model for testing - script/exact steps to reproduce the issue.