Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

bin.h

Committer:
Jeej
Date:
2016-11-02
Revision:
5:ac38f09fd179
Parent:
2:e0cdfa7d2a8b
Child:
7:5b8648784381

File content as of revision 5:ac38f09fd179:


#if 1
    // Platform SH1030
    #include "bin_SH1030.h"
    #define PLATFORM_HW_VERSION         0x04203001
#else
    // Platform SH1001
    #include "bin_SH1001.h"
    #define PLATFORM_HW_VERSION         0x00200101
#endif

#define PLATFORM_MANUFACTURER_ID        0x01BC50C7
#define PLATFORM_DEVICE_ID              0x00001001

extern const uint8_t const cup_data[CUP_DATA_SIZE];