freertos
GCC alias to function outside of translation unit -AKA- is this even the right tool for the job?
I\'m working with FreeRTOS on an STM32 (Cortex-M3), a开发者_如何学运维nd using the CMSIS library from ST to bootstrap everything.[详细]
2023-04-10 20:28 分类:问答Implementing Scheduler in free RTos
I need some help. I have a project to build an alternative scheduler for freeRTos, with a different algorithm, and try to replace it in the OS.[详细]
2023-04-06 08:03 分类:问答xtaskcreate-getting error
Hello I am working on EZ430-RF2560T target board开发者_如何学Go attached to debugging interface (attached to USB of PC) for the Tux Racer game application (MSP430BT5190 target board ). I am working on[详细]
2023-03-16 09:06 分类:问答FreeRTOS, Eclipse IDE, and Syntax Errors
I have a slight annoyance when dealing with FreeRTOS code in Eclipse and I\'m not sure if it\'s just me or if other people hav开发者_StackOverflowe this issue too but I see a lot of syntax errors high[详细]
2023-03-14 15:48 分类:问答Unable take input from USART - FreeRTOS - AT32UC3A0512
Just trying my hands on FreeRTOS. 开发者_Go百科Following are my setup - Micro-controller - AT32UC3A0512[详细]
2023-02-22 22:33 分类:问答Problem with Array of Queues in FreeRTOS
I am building a FreeRTOS application. I created a module which registers a freeRTOS queue handle from another module and when an interrupt in this module module occurs, it sends a message to all the r[详细]
2023-02-21 01:49 分类:问答FreeRTOS tasks are not context switching
I\'m using FreeRTOS port for PIC32 microcontroller on the PIC32MX starter kit. Was just playing with tasks but the tasks aren\'t context switching. Here are my main config settings:[详细]
2023-02-13 17:37 分类:问答Small libc for embedded systems [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-09 14:54 分类:问答freeRTOS and parallel processing
This is a simpl开发者_开发知识库equestion: Does freeRTOS handla multiple threads in multiple processes as the \"real\" Linux system does?FreeRTOS is not Linux, nor does it pretend to be, although it i[详细]
2023-02-09 00:37 分类:问答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 putt[详细]
2023-01-24 01:01 分类:问答