Posted on December 06, 2016 at 19:53
Hello,
I have managed to create a program (using Keil), that can turn LED's on and off based on the orientation of the MCU. However when i try to implement the program as an RTOS with threads, the program d...
Posted on December 07, 2016 at 22:29
Thank you for that detailed reply.
I attempted to disabled the interrupts during the critical SPI transactions but unfortunately it doesn't appear to fix the issue. Hopefully i was correct in using__enable_...
Posted on December 07, 2016 at 00:07
Hello there,
Thank you for replying, sorry i'm kinda new to this. Hopefully the information below is what you were requesting:
Keil C/C++ Preprocessor Symbol: USE_HAL_DRIVER
Board/CPU: STM32F4-Discove...