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

Have huge problem with Keil-RTOS MDK V4.21

Hello All
in pereviuse time i was used version 4.2 and TCP/IP and FlashFS with RTX-OS then we have problem with FlashFS but it worked some times.

when i see new version 4.21 then i installed it.

we use micro lib in our project

when compile it the compiler relate Error "error FlashFS does not work with MicroLIB"

when we remove tick from Micro lib then we dont have error but any thing dont work cpu seams halted.

Please Help me

Thanx
Amir

Parents
  • First of all, roll back to the MDK version that experienced occasional failures. Figure out what's wrong; Use processor provisions (abort mode registers etc.), a trace buffer, a static code analyzer, the debugger, LEDs, anything. Consider out of stack space situations, heap shortages, buffer overflow, data corruptions, synchronization problems, timing problems etc.
    Don't move on before you figure out exactly what the problem is!

Reply
  • First of all, roll back to the MDK version that experienced occasional failures. Figure out what's wrong; Use processor provisions (abort mode registers etc.), a trace buffer, a static code analyzer, the debugger, LEDs, anything. Consider out of stack space situations, heap shortages, buffer overflow, data corruptions, synchronization problems, timing problems etc.
    Don't move on before you figure out exactly what the problem is!

Children