This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ram data corrupt

hello

I write program in one kind of RTOS. But some times  all the data in RAM are corrupt since I add some code

in functions, if continue add some code in the function, the data in RAM is OK.

Parents
  • hello Neil

    if I add function UIP_writeSdo(0x80,appBuf) in the thread TASK1, the data in RAM(0x20000000 to 0x200025a0) is ok,

    but if I remove the function UIP_writeSddo(0x80,appBuf) in the thread TASK1, all the data in memory 0x20000000 to 0x200025a0 

    is corrupted, do you know why?

Reply
  • hello Neil

    if I add function UIP_writeSdo(0x80,appBuf) in the thread TASK1, the data in RAM(0x20000000 to 0x200025a0) is ok,

    but if I remove the function UIP_writeSddo(0x80,appBuf) in the thread TASK1, all the data in memory 0x20000000 to 0x200025a0 

    is corrupted, do you know why?

Children