We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
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?