Hello,
I am trying to acquaint myself with VAT modules. I came across a nice and thorough project, vat_file_io_adsp_bf609. I am debugging the code using CrossCore to know the flow of the data. Apart from pragmas, it was somehow clear until I hit OSStart where I can't debug anymore. I can regain control when it hits one of the breakpoint in the sub-part demos (i.e. objectdetection demo, edge detection demo, etc). What happened in between?
My question, I desire to exclude the ObjectDetection demo and use it. Am I capable to do so? Where can I find the APIs for the functions and how is memory structured?
Many thanks