use cpu project
save as - new project
load - addi.. binary (segment 0x80000; leave 0x0 for other fields)
script file - andys 512kb
options - general - number of opcode bytes = 4
search xrefs for fr_w with a rare code patterns (you can use bintools ida plugin for sure but personally i dont like it) or
this one is good: 'shl shl shr'
seg087:81D4 5C C4 shl r4, #12
seg087:81D6 5C C5 shl r5, #12
seg087:81D8 7C 42 shr r2, #4
seg087:81DA 70 52 or r5, r2
seg087:81DC B8 40 mov [r0], r4
seg087:81DE C4 50 02 00 mov [r0+2], r5
seg087:81E2 F2 F2 54 9A mov r2, fr_w
seg087:81E6 F2 F3 FE 96 mov r3, lamsbg_w
get its hex instructions: 5C C4 5C C5 7C 42
search it in your project
and you get yours fr_w;lamsbg_w
you can also check xref to kwp1281 diagnostic routine as i mentioned before and check FR page 1555
seg089:1DCC E6 F8 14 00 mov r8, #14h
seg089:1DD0 E7 FE 64 00 movb rl7, #64h ; 'd'
seg089:1DD4 F2 F4 54 9A mov r4, fr_w
seg089:1DD8 7C 84 shr r4, #8
seg089:1DDA F1 C8 movb rl6, rl4
seg089:1DDC EA 00 12 8E jmpa cc_UC, loc_898E12
or xref to FRMAX map and easily trace frm_w, fr_w
https://disk.yandex.ru/d/Toc5BV4zvCWFPg