• 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...
  • does RTX (CMSIS-RTOS) support CanFestival(CANopen)
    Hi, I find there's hardly any examples or documents supporting CanFestival in CMSIS-RTOS - RTX . I'm using RTX for a long time,and want to use CanFestival in RTX . I wonder if there is any doc or...
  • CANopen SDO timed out on sub-indexes 1 only
    Hello Everyone, I've integrated successfully the CanFestival library on a LPC2368 (MCB2360). Now I would like to make it work on a LPC1768. Everything works fine excepts the Sub-Index 1 of ALL Indexes...
  • stack
    I am writing a code in embedded C.I would like to know how much should be my stack? How to calculate it?.
  • STACK OVERFLOW
    What stack size to put when using functions like fopen (in read mode) to prevent Hard Line Fault and overflowing the stack?? I tried by putting this Stack EQU 0x00040000 It didn't work!