2024-08-08 01:44 AM
HW: NUCLEO-H563ZI
Hello, can someone explain the following behavior to me? Is this a bug or am I using the HAL incorrectly?
Thanks a lot.
Code snippet
The result
The result is correct, but the behavior is strange. I receive two error callbacks also.
My analysis
First HAL_HASH_ErrorCallback due to:
READY state leads to ErrorCallback
Second HAL_HASH_ErrorCallback due to:
2024-08-13 05:03 AM
Hello @ser ,
I'm trying to reproduce the issue you are facing .it would be great if you can share the tool versions and Firmware version you are using also i would recommend you try to see the example given in the cubeFrimware and see if you can see any araised errors from the error callbacks .
it would be great as well if you can recover the call stack which lead to the error callback in your case by setting a breakpoint just before you increment the counter.
Regards
2024-08-14 06:07 AM
Hello @ser ,
I confirm this issue, the HAL function is not supposed to arise errors when the configuration and call to the function and the result is calculated correctly.
this has been reported internally.
Internal ticket number: 188695 (This is an internal tracking number and is not accessible or usable by customers).
BR