• calling osMessageQueueX() functions from threads with different priority
    Hi, Is it safe to put/get messages into/from a message queue from threads with different priority ? Or I must use mutex to execute any queue related functions in this case. I am using RTOS v2 on Cortex...
  • calling osMessageQueueX() functions from threads with different priority
    Hi, Is it safe to put/get messages into/from a message queue from threads with different priority ? Or I must use mutex to execute any queue related functions in this case. I am using RTOS v2 on Cortex...
  • How to call different C files from main()??
    Can someone pleae tell me how to write a medium size code systematically?? for example, I have one .c file for LCD, another .c file for keyboard, another .c file for ADC reading. main() is written as...
  • How to call different C files from main()??
    Can someone pleae tell me how to write a medium size code systematically?? for example, I have one .c file for LCD, another .c file for keyboard, another .c file for ADC reading. main() is written as...
  • Calling Assembly Function From Another File
    Hi, I have two files in my project, that are as follows; /////////////////////////////////////////////////////////////////////////// ///////////////////////////////////// File 1 ////////////////...