Skip to content

Commit 2ad01d9

Browse files
danieldegrassemmahadevan108
authored andcommitted
modules: hal: nxp: update to include fix for CACHE64_GetInstanceByAddr()
CACHE64_GetInstanceByAddr() function was asserting when an instance was requested for an invalid address that the CACHE64 controller does not manage. This behavior is not correct, as the CACHE64 management functions check to see if the instance number returned by this function is out of range (and if so, simply return without modifying the cache). This assertion was causing a failure within the USDHC driver, which performs a cache clean/invalidate for tx/rx transfers within the HAL layer. When a transfer was run using a data buffer not in the CACHE64 address range, this assertion failed and caused the application to crash Fixes #80901 Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent e7c3436 commit 2ad01d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ manifest:
198198
groups:
199199
- hal
200200
- name: hal_nxp
201-
revision: 6e7d5cf2e6463e1b6c967d85ce0032deaa15fb59
201+
revision: c410b73bd00c2025b9f62bb53f99c5e8b6e45eb2
202202
path: modules/hal/nxp
203203
groups:
204204
- hal

0 commit comments

Comments
 (0)