jsanchez-2g commented on code in PR #19978:
URL: https://github.com/apache/nuttx/pull/19978#discussion_r3864189448


##########
arch/arm/src/common/stm32/stm32_uid.c:
##########
@@ -46,6 +46,11 @@
 #include "chip.h"
 #include "stm32_uid.h"
 
+#if defined(CONFIG_ARCH_CHIP_STM32H5) && defined(CONFIG_STM32_ICACHE)

Review Comment:
   Thanks, that makes sense. I scoped it to STM32H5 based on the hardware where 
the fault was reproduced, but CONFIG_STM32_ICACHE is the appropriate feature 
guard if the restriction applies to all affected M33 parts.  will update the PR



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to