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

Keil RTX5 without microLib don't work

Hi all,

I have an application with RTX5 and works fine but need to add a FlashFS and this is the beginning ofthe problem.
FlashFS is not compatible with microLIB and need to uncheck the "use microLib" from the target options, the project is compiled ok and the kernel starts ok but quickly raises a hard fault exception and can't get find the reason because the code is the same and the debugger don't helps so much.

Is RTX not compatible with the default C library and only works with microLIB?
Is possible to get the FlashFS run with microLIB?

Thanks