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 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
Be honest: If you would have encountered your post on this forum, would you have know where to start? Anything can go wrong, especially when your original program built with a previous release crashed!
Many Thanks Tamir
Yeah i want to know where i can to start.
Come on Amir
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!
Thank u Tamir for ur guide. will do it