How to get information for RAM usage of components for WP7605 software/firmware

have you tried the pmap command?
For example, you can search the pid of each process by “ps aux”, and then you can use “pmap pid” to find the memory mapping.

1 Like