• CANOPEN STACK
    Hi Has anyone written Canopen stack for SJA1000 in ANSI-C. I have come across open source Canfestival project but that's developed using gcc compiler. I am currently working on running that application...
  • 8051 + SJA1000 = CanOpen
    Hi everyone, i've interfaced an 8051 µC with an SJA1000. an now am i looking for an CanOpen-Stack. Does someone have ever interfaced an 8051 with an SJA1000 and developed an CanOpen Slave? greetz...
  • RTX with CMSIS-RTOS API
    Hello, what is the difference between the original RTX version and the CMSIS-API version? Is it the same kernel? Any performance differences? /Peter
  • problem with cmsis::rtx rtos
    hi to all i am new in mdk5 and i want create a project with mdk5 and using cmsis::rtx rtos, i wrote a simple blinky program with cmsis::rtx and work well in simulator, but when i deploy it in my board...
  • Does CMSIS-RTOS support cortex-A and cortex-R?
    The clock speed of cortex-m4 is about 200MHz, which is not enough for image or complex data processing. So I want to use cortex-A9, and i'm wonder if the RTOS can be used in it ? If not,can you give...