Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - neil

Pages: 1 ... 4 5 [6] 7 8 ... 30
76
utFAT / Re: SD Card not formatting
« on: March 27, 2015, 09:55:10 AM »
Hi Mark,
  Thanks very much for sorting this issue, I will update my code when I am back in the office on Monday. Are you planning to update the mass_storage.c file and place on your download page? If so I can simply download the whole lot, saving me modifying your code (in case I update the wrong part of your code)

Many Thanks again

Regards
Neil

77
utFAT / Re: Information from utListDir command
« on: March 26, 2015, 06:20:14 PM »
Thanks Mark


Regards
Neil

78
utFAT / Re: Information from utListDir command
« on: March 26, 2015, 10:14:14 AM »
Hi Mark,
  I dont have the Kinetis project, can you please email me the function that performs an optional wildcard file search?

Bets Regards
Neil

79
utFAT / Re: SD Card not formatting
« on: March 26, 2015, 10:11:21 AM »
Hi Mark,
  Thanks for the reply.

I will be back in the office beginning of next week so will be able to test the cards I have.

Regarding the previous SD cards that gave the same problem, I cant remember what the manufacturer is, sorry.

Strange with these cards , I purchased 20 (all same brand) from the same supplier, and probably half worked.

Do you think you can have a fix for these?


Regards
Neil

80
utFAT / Re: SD Card not formatting
« on: March 25, 2015, 03:02:14 PM »
Thanks for the update Mark

Regards
Neil

81
utFAT / Re: SD Card not formatting
« on: March 25, 2015, 12:34:02 PM »
Hi Mark,
  Just wondering if you had a chance to try it using SPI on the 52259?

Regards
Neil

82
utFAT / Re: SD Card not formatting
« on: March 23, 2015, 12:26:33 PM »
Hi Mark,
  Thanks for checking the card. You are right, we are using it with the 52259. Look forward to see the tests on the SPI .

Regards
Neil

83
utFAT / Re: SD Card not formatting
« on: March 17, 2015, 09:18:42 PM »
Hi Mark,
  Thats it in the post now, hopefully you will get it in a couple of days

Regards
Neil

84
utFAT / Re: SD Card not formatting
« on: March 12, 2015, 04:59:43 PM »
Hi Mark,
  Ive no luck, but I am happy sending you one of the cards.  Can you give me the address to send it to (you can email me it if you wish)?

Regards
Neil

85
utFAT / Re: SD Card not formatting
« on: March 12, 2015, 10:36:14 AM »
Hi Mark,
  Thanks for the explanations. In case you get the same issue with other users, would it be useful if I sent you one of the cards so you can have a look?  The strange thing is quite a few of the cards we got did format okay , and all were purchased at the same time, and same brand.

Regards
Neil

86
utFAT / Re: SD Card not formatting
« on: March 10, 2015, 05:19:55 PM »
Hi Mark,
  Any luck with this?

Regards
Neil

87
utFAT / Re: SD Card not formatting
« on: March 09, 2015, 03:52:41 PM »
Hi Mark
    It gets stuck at on part STATE_FORMATTING_DISK_8

Regards
Neil

88
utFAT / Information from utListDir command
« on: March 09, 2015, 03:24:30 PM »
Hi Mark,
  I was thinking about using the ulListDir command to go through the whole sd card (trailing into directories and collecting files), is there a way to detect after the call if the entry is directory or a file? If so are there any variables that can get the file, or directory  name ?

Thanks
Neil


89
utFAT / SD Card not formatting
« on: March 09, 2015, 03:15:55 PM »
Hi Mark,
  I am using V2.01 with the processor 52259 , and purchased 20 new 2GB Transcend micro sd cards . When I used (after being formatted on the computer for FAT32) the utFormat or utReformat about 8 of them never formatted. I know my board is ok as I can put a card i know that works in the board. I poll the card with the following command every second.
        if (!(ptrDiskInfo->usDiskFlags & DISK_MOUNTED))
            ...

Regards
Neil

90
utFAT / Re: utReadFile/utWriteFile return code
« on: January 08, 2015, 03:59:13 PM »
Hi Mark,
  Thanks for the reply. 

If UTFAT_SUCCESS is not returned , is there any problems then reading the ptr_utFile->usLastReadWriteLength value then do a Seek(..) , only if its not zero, with the UTFAT_SEEK_CUR option , just to make sure the position is in the same place as before the read/write? 
Is ptr_utFile->usLastReadWriteLength always set to a value , regardless if UTFAT_SUCCESS is returned or not?


Regard
Neil

Pages: 1 ... 4 5 [6] 7 8 ... 30