1、LM4F232可以在SYS BIOS下使用吗?有没有人具体使用过。
2、根据创建工程的指导,用SYS BIOS 模板键了一个工程。发现不可以使用。是不是需要设置哪些内容?
3、根据使用手册,好像不需要修改什么。我还没有开始加自己的程序
hefeng yan,
您好!
从TI的e2e论坛上查找到以下资料供您参考:
You can use SYS/BIOS with the LM4F232H5QD, but you must treat the processor as an M3 processor. All this really means is that the floating point functions of the M4 should be used by only one task, because SYS/BIOS won't save/restore the floating point state. This will be fixed in a future release of SYS/BIOS, but I'm not aware that any schedule has been announced.
另外还有个链接,是sysbios在M3中的使用。
楼主的application中用到浮点了吗?不用浮点的话是一样的
用到浮点的话需要修改SYS BIOS任务切换的代码