• C++ global object multiple defined
    Hello: I'm coding in C++ for ARM for the first time, using Keil. I'm working in a project that already exists but I need to make some changes. I cannot change the libraries or the file's structure....
  • multiple instances of ITC objects in CMSIS-RTOS
    Hello, I'd like to write some reusabel code module to handle e.g. UART ports. Therefore I'd like to create a variable number (based on some kind of define...) of threads dealing with UART port 1...
  • How to wait on multiple objects in CMSIS-RTOS?
    Hello. I have a thread which must be waked-up from multiple sources - 3 different message box for example. How I can organize this in CMSIS-RTOS? Currently in revision 4.00 of CMSIS, there is a osWait...
  • Object counter
    Hi there... I am trying to count the no of object pass in a conveyor systems and it need to be displayed in a LCD every time a object passes through it. I used IR for this purpose... wen ir detect...
  • JSON object creating problem
    Hello i am using cJSON keil library but i facing many problem to create object and convert object into string. 1. This code work fine int main(void) { root = cJSON_CreateObject(); cJSON_AddNumberToObject...