Hi,
How could I generate a list file from C project which at least relatively reflects the flash rom addresses (with source lines if possible)?
(1) When I enable "Generate listing file"in the standard settings, I got an lst file but each function starts from 0000 address.
(2) I tried the decode.exe utility, but I got a pure disassembled view (without source lines).