This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Calling sd_ecb_block_encrypt from interrupt?

Is it possible to call sd_ecb_block_encrypt from interrupt? And if so, what is the highest interrupt level that can be used?

I'm having a timer interrupt triggering some functions and calling this API function, but that results in a hard fault.

Parents Reply Children
Related