↧
Answer by Lundin for Atomic operation in multithreaded embedded software
Both of your questions is the same problem really.32 bit MCU means nothing unless you disassemble the code and verify that the operation is indeed a single instruction. This is often not the case with...
View ArticleAtomic operation in multithreaded embedded software
I have been developing an RTOS based embedded software in C and I have encountered a problem regarding shared resource access from several threads. I have two problems. The first one is seting and...
View Article
More Pages to Explore .....