Pasi Miettinen

Results 5 comments of Pasi Miettinen

Some extra info. This is what I see with the working NXP example: ![image](https://github.com/hathach/tinyusb/assets/16404179/18dc39d3-14aa-4ace-be99-dee1f3c49cdd) With my tinyusb port I see nothing in the wireshark.

Looks like the `dcd_reg->ENDPTSETUPSTAT` is missed in `dcd_int_handler` because `int_status & INTR_USB` is not set at the same time.

> yeah, it should be ci_hs, try to compile with `LOG=2` and checkout its output with either UART or segger rtt (LOGGER=RTT) If I didn't totally misunderstand, this is what...

By the way. I am seeing the same behavior on NXP MIMXRT1160-EVK secondary processor (M4). The primary core or M7 is working as expected. Just in case you have access...

> > By the way. I am seeing the same behavior on NXP MIMXRT1160-EVK secondary processor (M4). The primary core or M7 is working as expected. Just in case you...