In spite of the fact that the datasheets give the same flashregister access rules for both the F273 and F272 (direct addressing is not allowed), it works for the 273 and not for the 272. Thus when applying the rules completely, it works:
mov R0,#FCR0L exts #0x08,#1 mov R2,[R0] and R2,#0x0012 will give you if the flash is busy... Regards, Folkert