Like dougy83 surmised, I think he means 512bytes. The block size is 512 bytes and anything less means you can only write partial blocks to the card. You can deal with that if you aren't using a file system and don't care about a bit of wasted space, but if you are trying to implement a file system you need to be able to write full blocks to the card.