First, thanks for the new CRC linker feature - I needed that!
I am using a DSC (MC56F8257).
How do I get the linker to store the crc of the data memory with the load address as the start address, and p_mem (P_RECTYPE) as the type instead of the run address and x_mem (X_RECTYPE) type?
This is important because I want to verify my application stored in FLASH from a bootloader, before jumping into (running) the application.
Or, alternatively, is there a way to perform a single crc over a range of p_memory that includes all sections (vectors, data, text, etc.).