Hi,
Does anyone know if there are plans to support RTX in the nRF52 SDK? It is included in the nRF51 SDK under external/rtx
, and there is an example in examples/peripheral/blinky_rtx
. However the nRF52 has no such files or directories.
Hi,
Does anyone know if there are plans to support RTX in the nRF52 SDK? It is included in the nRF51 SDK under external/rtx
, and there is an example in examples/peripheral/blinky_rtx
. However the nRF52 has no such files or directories.
So, that means.. Software device coudn't be enable by RTX.
The reason is SVC Code of software device also using MSP when enable FPU..
That would casuse MSP conflict, for RTX and Software device.
So, that means.. Software device coudn't be enable by RTX.
The reason is SVC Code of software device also using MSP when enable FPU..
That would casuse MSP conflict, for RTX and Software device.