I need a mutex and I found this information at the ARM site: infocenter.arm.com/.../index.jsp
Is there anything I should be aware of in using this technique to implement a mutex?
I need a mutex and I found this information at the ARM site: infocenter.arm.com/.../index.jsp
Is there anything I should be aware of in using this technique to implement a mutex?
I've tried that but when calling "sd_mutex_acquire()" in the handler code it goes into HardFault.
I've tried that but when calling "sd_mutex_acquire()" in the handler code it goes into HardFault.