• Multiple instance of thread function
    Hi, In keil. void taskThread(void const * arg) { } osThreadDef(taskThread, osPriorityNormal, 1, 2500); I want to use same function for multiple instance of osThreadId ( for 2 or...
  • 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...
  • running 2 instances of DS-5 of different versions
    I am using DS-5 from Altera and also installed latest DS-5 to evaluate armcc toolchain. Both DS-5s trying to read/write the .ds-5 directory in my home (using Linux). How can i diverse one of them to use...
  • Multiple ULINKs on one PC?
    I was wondering if it is possible to have two [or more] ULINK devices running on the same PC ? I 'expect' [hope] to be able to launch two Keil IDE's and run two Target Boards using two ULINK devices...
  • multiple ulink devices on one PC
    Is it possible to use multiple USB-ULINK devices on one PC? I don't see any settings anywhere in uVision for selecting which ULINK device uVision should use. Thanks Andrew