ADR.W R1,F4_ROM ;F4_ROM is the label of the table belowwhen i use the instruction ADR.W above,the compiler tells : [E0200] Offset out of range.how can i solve the promble? thanks.
movw r1, #:lower16:F4_ROM movt r1, #:upper16:F4_ROM