chipKIT® Development Platform

Inspired by Arduino™

SD Card - 'restart' card? (hotswap)

Created Fri, 11 May 2012 21:12:59 +0000 by rasmadrak


rasmadrak

Fri, 11 May 2012 21:12:59 +0000

Is it possible to support hot-swaping of SD cards? I've implemented the card detected so I can successfully detect when the card is removed, but when I try to run begin() again - nothing happens.

I guess some variables are still initalized that prevents the second begin, but I haven't found any end() function for the SD card...