English 中文(简体)
xtaskcreate-接犯错误
原标题:xtaskcreate-getting error
  • 时间:2011-06-29 13:39:10
  •  标签:
  • freertos

Hello I am working on EZ430-RF2560T target board attached to debugging interface (attached to USB of PC) for the Tux Racer game application (MSP430BT5190 target board ). I am working on the accelerometer application code. After the bluetooth is turned On it gives the message "unable to create task " for the function
xTaskCreate((pdTASK_CODE) user_task_routine, (const signed portCHAR *)USER_TASK_NAME, USER_TASK_STACK_SIZE, (unsigned portLONG *)NULL, (unsigned portBASE_TYPE)USER_TASK_PRIORITY, (xTaskHandle *) NULL);

Please let me know what could be done......... Thankyou Ashwin

问题回答

不用说更多的信息或密码。 象这项任务一样,从一些可疑的文件或样本中看,是直截了当的。 您是否界定了所有相关部分,如美国能源公司、美国能源公司、美国能源公司、美国能源公司、美国能源公司、美国能源公司、美国能源公司、特别是功能用户_task_routine?

该模块是否有任何编辑错误?

“用户任务”的名称是通用的,或许可以认为描述性名称:

还有吗? 你可以把你的任务与他们进行比较,看他们是如何开始的。

你们能否不忘记忆? 搁置其他一些任务,只开始你的任务。

还有一个支持社区,即自由侵权行为,它往往提供有益的回应。





相关问题
Text-to-speech TTS in Spanish

Good evening, I would like to know if someone could guide me in some way to work on a text-to-speech converter, that is, (TTS) in Spanish. I am very grateful for the attention provided and to the ...

Memory access exception handling with MinGW on XP

I am trying to use the MinGW GCC toolchain on XP with some vendor code from an embedded project that accesses high memory (>0xFFFF0000) which is, I believe, beyond the virtual mem address space ...

Small libc for embedded systems [closed]

I am looking for a small libc for embedded use with freertos on a ARM7 microcontroller. I have looked at newlib, but it is a bit too complex for my needs. Newlib calls malloc() in a number of ...

freeRTOS and parallel processing

This is a simple question: Does freeRTOS handla multiple threads in multiple processes as the "real" Linux system does?

Many-to-one gatekeeper task synchronization

I m working on a design that uses a gatekeeper task to access a shared resource. The basic design I have right now is a single queue that the gatekeeper task is receiving from and multiple tasks ...

Configuring GCC with FreeRTOS and OpenOCD

I m pretty sure this is possible but I m not sure how to go about it. I m very new to building with GCC in general and I have never used FreeRTOS, but I d like to try getting the OS up and running on ...

SQLite VFS implementation guide lines with FOpen*

I am about to implement a custom VFS (virtual file system) for a Netburner embedded device (non windows) using FOpen, FRead, FWrite, FSeek, and FClose. I was surprised that i could not find a FOpen* ...

FreeRTOS configTICK_RATE_HZ

I am using an MSP430f5438 with version 5.4 of FreeRTOS. I am having a funny problem that I can t figure out. Basically, when I set configTICK_RATE_HZ to different values, the LED blinks faster or ...

热门标签