USB Host Bulk Input NAK || STM32U575
Hi All,
I am working on the STM32U575 for host mass storage class.
I am not using stm32 middle ware for this due to some reasons.
I am using TinyUSB open-source stack to implement the Host mass storage class.
with my current implementation I am able to use HID device, but I got stuck at MSC enumeration.
Currently facing below issue.
1. During enumeration process After sending the Unit Test Ready Command I am getting correct CSW
response from device but soon after that Getting NAK from USB device.
-- What could be the reasons for getting the NAK - Also I after getting NAK I am continuously getting Channel halted interrupt.
I have attached the logic analyzer file for batter understanding.
Any Help will be highly appreciated!
