Mass storage Issue STM32H7
Hello,
With windows 11 and Ux_Device _MSC example, the transfer from the STM32H735G-DK evaluation board to the PC stop near 80% with a big file (500Mo).
When the bug appears, In the “_ux_device_class_storage_request_sense” file, the « storage -> ux_slave_class_storage_host_length » variable equal 64 is different with “sense_length” equal 18
This generate the UX_SLAVE_CLASS_STORAGE_CSW_PHASE_ERROR error.

When I comment the if condition on top, the transfer don't stop anymore and the file transfered is reliable.
Let me see your comment about this issue ?
Thanks,
