Ethos U55 Driver Unit Test Integration

Hi, 

I have integrated the Ethos U55 driver unit tests for 128MAC configuration as provided under ethos-u-core-platform-24.11\ethos-u-core-platform-24.11\applications\driver_unit_tests

When I run the tests, I see that the IRQ tests are passing, whereas the conv test gets stuck. I have checked the NPU status and it seems to be busy/stuck. Below are the debug logs

I figured out that the problem lies with the NPU_OP_DMA_START command. It could mean that the DMA configuration commands executed prior to this are incorrect, specifically 

NPU_SET_DMA0_SRC could be pointing to an incorrect region. 

Should I need to modify this default address of 0x00000030 and point it to the exact memory location of tensorflow
(tflmArena) or should it point to the tflmModel? 

Below is the reference command stream given by ARM.



Thanks for the insights!

0