in read and write functions what i need to write to formate my device [total 256 pages,each page 2k 512kb= flash memory]i am using page 6 so i am formating page6 is it enough to formate myy device or completly formate my device memoryinit_fs(){ E...
in my computer shows my device if click on it it is asking to formate if i click on formate it shows windows was unable to complete the formateSCSI_Write10();while excuting this function above problem came.
it is detecting as device but asking to formate the device in my computerint8_t SCSI_ProcessCmd(USBD_HandleTypeDef *pdev, uint8_t lun, uint8_t *params){ switch (params[0]) { case SCSI_TEST_UNIT_READY: return SCSI_TestUni...