Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

bin.h

Committer:
Jeej
Date:
2016-10-26
Revision:
1:765933092750
Parent:
0:82a60d86ab2e
Child:
2:e0cdfa7d2a8b

File content as of revision 1:765933092750:


#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];