You've got to be kidding me. Where does that number come from? It directly contradicts your last post saying that "The flash size user can use is from 0x0_0000 to 0x9_D7FF for LPC55S69." So there's 22 kB reserved for some undocumented purpose? Why does that disagree with the MCUX linker file, which says 0x9d800?
I think it's more likely you misread 98000 as 9d800, but that perfectly illustrates why I don't trust these numbers. Clearly mistakes have been made somewhere.
To recap, here are our possible values for the top of user flash:
98000 P&E algorithm top of flash
9d800 .ld file, 10 kB from top (per manual)
9de00 Start of PFR per manual
9e000 16 pages from top (also per manual, definitely wrong)
The manual says "The last 16 pages (10 KB) are reserved on the 640 KB flash devices resulting in 630 KB internal flash memory." 16 pages is 8 kB, not 10 kB. If this statement is the only source for the 9d800 figure then I don't trust it because someone didn't check their work.
This deserves an erratum, in my opinion. If there is indeed a reserved 3-page area between 9d800 and 9de00, that should be listed in some memory map somewhere. The PFR has a complete memory map in figure 13 and it starts at 9de00.
Scott