if you can read the card from your pc, open a command prompt window and where <drive> is the drive letter assigned to your card, use the following:
Code:
format <drive>: /FS:FAT32
For example, if my card is mounted as Drive G, the command would be:
Code:
format G: /FS:FAT32