acassis commented on PR #20144: URL: https://github.com/apache/nuttx/pull/20144#issuecomment-5671020495
@liam-geotab @darrylring @mykhailosopiha I think having it integrated on efuse has another advantage: it makes it possible to use OTP from userspace, that is not possible with this current implementation. @mykhailosopiha the STM32H5 is ECC granule = 16 bits, you can do a test: try to write only at 0x08FFF000 and later 0x08FFF004 (you can write 0x08FFF000 and 0x08FFF002 too, you just can't write 0x08FFF000 and later 0x08FFF001). @liam-geotab we can merge this PR, but we need Documentation about this feature, otherwise it becomes "Another Hidden Feature of NuttX". -- 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]
