hi,
i want to implement rtxos in my nrf52832 application. one of the nrf52832's feature is ARM Cortex
-M4 32-bit processor with FPU, 64 MHz.
my question is, why the nrf52832 rtx demo offered by nordic choosed RTX_CM3.lib instead of RTX_CM4.lib?
i tried put RTX_CM4.lib into the demo project, it did not work. this make me confused. so, could anybody tell why should we choose RTX_CM3.lib instead of RTX_CM4.lib?
and in the demo, there are other libs like RTX_CM4_IFX.lib, RTX_CM4_B.lib. what is the difference between them?
how should i do when i start implement rtxos into nrf52832 application?
or could u give me link to find out the answer?
thx!