Configure PLM debug log memory
Syntax
plm set-debug-log <addr> <size>
Specify the address and size of the memory which should be used for PLM debug log. By default, PMC RAM is used for PLM debug log.
Returns
Nothing, if successful. Error, otherwise.
Example(s)
plm set-debug-log 0x0 0x4000
Use the memory 0x0 - 0x3fff for PLM debug log.