Part Number: F28M35H52C
Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: TI C/C++ Compiler
Hello,
The ARM Compilers Users Guide (spnu151t.pdf) talks about generating and using profile information.
Since our target device does not have access to a file system I am trying to figure out a way to extract the profile information after doing a run.
The document says the follows: "You can install a device handler for the PPHNDL device to
re-direct the profile data to a custom device driver routine. For example, this could
be used to send the profile data to a device that does not use a file system.
Feedback directed optimization requires you to turn on at least some debug
information when using the --gen_profile_info option. "
My problem is that I cannot find any detailed information regarding creating and installing a custom device driver routine and how to install this as the PPHNDL device.
Can somebody please point me to documentation and possibly examples on how to do this?
Thanks you much,
Bob Lewis

