Возможно так, но я тоже не спец по Си, это кусок из nodemcu-firmware
#include "c_types.h"
#define ICACHE_STORE_ATTR __attribute__((aligned(4)))
static volatile const uint8_t flash_init_data[128] ICACHE_STORE_ATTR ICACHE_RODATA_ATTR =
{
0x05, 0x00, 0x04, 0x02, 0x05, 0x05, 0x05, 0x02, 0x05...