Linaro / OpenCSD

CoreSight trace stream decoder developed openly
https://github.com/Linaro/opencsd/wiki
Other
141 stars 53 forks source link

prog_guide_main.md should state that createMemAccMapper() should be called before adding memory images #40

Closed rbresalier closed 3 years ago

rbresalier commented 3 years ago

In my application, I found that before calling DecodeTree::addBufferMemAcc() it was necessary to create a memory mapper. It was required to call DecodeTree::createMemAccMapper() first.

This information should be added to the prog_guide_main.md.

mikel-armbb commented 3 years ago

Thanks for raising this. Documentaiton fixed in 1.2.0 release