Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hey guys,
above several other classes, I am using a micro SD card and a firmware updater class in my project. See here:
Import programSDFileSystem
Allow SD Cards to be accessed as a standard filesystem
Last commit 16 Jan 2013 by Simon Ford
Import programFirmwareUpdater_TestProgram
This is a test program for FirmwareUpdater.
Last commit 05 Nov 2010 by Shinichiro Nakamura
The thing is, if I am using both functionalities in my programm the code stops executing when the SD cards gets used (writing only). If I disable one of both functionalities everything works fine. I found, one critical point is the usage of the HTTPClient within the function FirmwareUpdater::readVersionFromURL(const char *url). If I comment this line, everything works just fine, though I use both libraries. Does anyone have a clue why this happens?
Thanks to all Cheers Stefan