From c796e1bee2e312ede01f6889539e6fb4bcceb8d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Mo=C5=84?= Date: Mon, 25 Sep 2023 08:42:00 +0200 Subject: [PATCH] manifest: hal_nordic: update to prevent USBD bad DMA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The bad DMA request was observed as SPU FLASHACCERR when building for nrf5340dk_nrf5340_cpuapp_ns target. The bad DMA request would manifest itself as device failing to reconnect after USB cable was reconnected. The issue was especially visible with CDC ACM sample because SET LINE CODING request has 7 bytes payload. Signed-off-by: Tomasz Moń --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index d23243ad03c..936b90ff2ea 100644 --- a/west.yml +++ b/west.yml @@ -189,7 +189,7 @@ manifest: groups: - hal - name: hal_nordic - revision: 03807f75485c97bd7b9094e0c20e40f8044da9f5 + revision: 092eb78ed1b1551d8f480019b9c05d7371784578 path: modules/hal/nordic groups: - hal