各位好!
我在调试AWR2944, 使用的SDK是mmwave_mcuplus_sdk_04_04_01_02,其中SBL的demo均是nortos的版本,请问是否有freeos版本的demo可以使用?
我这边使用sbl_qspi的demo,试着修改库,将nortos的库替换为freertos.awr294x.r5f.ti-arm-clang.release.lib,发现SBL无法正常的加载APP,请问是否还有其他需要修改或者注意的地方?SBL是否支持使用Freeos?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
各位好!
我在调试AWR2944, 使用的SDK是mmwave_mcuplus_sdk_04_04_01_02,其中SBL的demo均是nortos的版本,请问是否有freeos版本的demo可以使用?
我这边使用sbl_qspi的demo,试着修改库,将nortos的库替换为freertos.awr294x.r5f.ti-arm-clang.release.lib,发现SBL无法正常的加载APP,请问是否还有其他需要修改或者注意的地方?SBL是否支持使用Freeos?
请看下面e2e工程师的回复。
Yes, it is possible to port it to freertos, but just replacing the library doesn't work.
The customer can compare another project like hello world which has a freertos and nortos example.
They will understand better and also realize you will have to create tasks and schedule the same.
I don't see any benefit of porting the same to freertos as well as it adds extra complexity.
请看下面e2e工程师的最新回复。
It is possible, but TI does not support it officially in the SDK. As it is a single task, there is no requirement for anybody to use a FreeRTOS. You can implement it if you want, but as I had mentioned, there is no benefit in porting it.
You can go ahead and implement it if needed.