Part Number: TDA4VM
Other Parts Discussed in Thread: SYSBIOS
I try to use hwi hook in sysbios and I can get the hwi hook callback.
1. When I use Hwi_Handle_name(hwi_handle) to get hwi name, I get "unknown-instance-name". How can I get correct hwi name?
2.Now if I want to monitor multiple hwi, I need to create multiple hook(register, begin, end, etc.) groups. Can I use one hook group to get all hwi information?
thanks