Other Parts Discussed in Thread: SYSBIOS 您好,
我想知道是否可以指定Hwi_create,TSK_create等sysbios函数创建的实例的位置。
通过看TSK_handle,我发现所有创建出的实例都被放在".far"中。
即使我可以通过tsk_param指定它的栈的位置,但这个tsk的instance本身却不知道如何指定。
同样的问题还有HeapMem,例子如下:
我通过以下代码创建了一个HeapMem的实例,名为heapMem1
…
Other Parts Discussed in Thread: SYSBIOS 在sysbios调试时,在Task 中进行动态内存分配,程序运行正常,而当我将同样的模块放入软中断中调用时,程序运行到malloc (or Memory_alloc())时,程序就死了,提示:ti.sysbios.gates.GateMutex:line 97 assertion failure:A badcontext: bad calling context. See gateMutex API doc for detail…
Other Parts Discussed in Thread: SYSBIOS 本人使用的是6678EVM平台,编写了一个sysbios程序,里面配置了两个thread,通过运行可以看出这两个thread是顺序执行的,thread0先执行,thread0执行完毕后,thread1才开始执行。现在想让thread0和thread1同时执行,即thread1不需等待thread0执行结束就开始执行,请问有什么方法可以实现这个功能,谢谢!
Other Parts Discussed in Thread: SYSBIOS 使用时sysbios 6.34时,
C674X_0: RTDX: Not a valid RTDX program: RTDX protocol (SIMULATOR) does not match CCS setup (EMULATOR)怎么改?
以前bios5可以在里面设置simulator为jtag就行了,sysbios 6.34在哪里改?