I need to place a constant at a specific address, does anyone knows ow to do this????
static const uint64_t s_software_programming_success_low __attribute__( (at(APPLICATION_ID_ADDR+0x7FF0) ) ) = 0xFFFFFFFFFFFFFFFF ;
Or using scatter loading.