Tool/software: Code Composer Studio
Hi ,
I am trying to write into a usb file . It seems to be getting stuck in USBHCDPipeRead().
In f_write, it calls create_chain at line 1000 of ff.c and stepping through calls get_cluster() at line 290. The file system is FAT32, so it jumps to line 162 and calls move_window. In move_window, it goes to line 88 and calls disk_read (contained in fat_usbmsc.c). Count == 1 . The program gets stuck in USBHMSCBlockRead. I think inside USBHCDPipeRead() function . I am unable to debug this file , as it doesnt step through properly.
Is there any version of code which works? Could this be related to :
https://e2e.ti.com/support/microcontrollers/c2000/f/171/p/482787/1741556
Regards
Anish