no1wudi commented on PR #5940:
URL: https://github.com/apache/incubator-nuttx/pull/5940#issuecomment-1089613886

   > > Some risc-v based chips don't support unaligned data access,
   > > it will trigger a exception and then lead to crash.
   > > In this patch, we handle the misaligned access by software to make
   > > system run continue.
   > 
   > I think this behavior should be selectable in Kconfig (default=n), because 
it causes a performance penalty.
   
   Yes, it works as exception handler and not applied to any target in this PR, 
it works on K210(real board, not qemu) and BL602.


-- 
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