From f6a85da549e9ba903acf3f0182f5c03226d2d59a Mon Sep 17 00:00:00 2001 From: Douglas Troha Date: Mon, 11 May 2020 11:45:28 +0200 Subject: Update to HI 1.0 * Includes updates for 0.179 Change-Id: I8ab8e9d67ed5dabf9684ed7576d302a0831c1647 Signed-off-by: Douglas Troha --- src/ethosu_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ethosu_device.c') diff --git a/src/ethosu_device.c b/src/ethosu_device.c index 935ec9e..273496d 100644 --- a/src/ethosu_device.c +++ b/src/ethosu_device.c @@ -422,7 +422,7 @@ enum ethosu_error_codes ethosu_get_shram_data(int section, uint32_t *shram_p) #if !defined(ARM_NPU_STUB) int i = 0; uint32_t address = NPU_REG_SHARED_BUFFER0; - write_reg(NPU_REG_DEBUG, section * BYTES_1KB); + write_reg(NPU_REG_DEBUG_ADDR, section * BYTES_1KB); while (address <= NPU_REG_SHARED_BUFFER255) { -- cgit v1.2.1