Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
7answers
870 views

Small libc for embedded systems

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 ...
9
votes
2answers
812 views

SQLite VFS implementation guile 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* ...
5
votes
3answers
704 views

Are there any FreeRTOS interpreted language libraries available?

I work for a company that created firmware for several device using FreeRTOS. Lately our request for new features has surpassed how much work our firmware engineers are capable of, but we can't ...
4
votes
1answer
103 views

blackfin bf561 FreeRTOS implementation fail at runtime when loading a task

I've implemented in Blackfin BF561 coreB FreeRTOS from the code: http://www.freertos.org/index.html?http://interactive.freertos.org/forums/79366-analog-devices I converted to bare metal as elf ...
3
votes
0answers
50 views

Stack overflows after giving semaphore from ISR in FreeRTOS

I'm trying to use FreeRTOS's xSemaphoreGiveFromISR function and the accompanying portEND_SWITCHING_ISR macro to give a semaphore from within an interrupt that handles the end of an I2C transaction. ...
3
votes
1answer
157 views

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 have this issue too but I see a lot of syntax errors highlighted in my code but ...
3
votes
2answers
589 views

Creating new task in FreeRTOS for USART reception

I am using EVK1105 development board with AVR Studio 5 as development IDE for my AVR project. I am using FreeRTOS in it. I have 3 USART ports on this board. One external module is connected to my ...
3
votes
1answer
612 views

FreeRTOS queues for IO before scheduler starts (or after it stops)

I'm looking for advice on how to best implement thread-safe IO (e.g. for printf going to a debug serial port) in an environment in which the operating system scheduler may yet to have started, be ...
2
votes
2answers
155 views

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), and using the CMSIS library from ST to bootstrap everything. The CMSIS library defines the weak symbol SVC_Handler in the startup ".s" file. It ...
2
votes
3answers
425 views

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 ...
2
votes
3answers
491 views

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 ...
1
vote
1answer
73 views

Using Java on FreeRTOS?

Can I use Java on FreeRTOS? If so, are there any good URLs to help me get started? What problems can I expect?
1
vote
2answers
107 views

FreeRTOS excessive stack overflow

I'm trying to implement the producer-consumer algorithm on ATMega323_WinAVR using FreeRTOS. I get this error in AVR Studio 4 when debugging: AVR Simulator: Excessive stack overflow, stop sim The ...
1
vote
1answer
148 views

xtaskcreate-getting error

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 ...
1
vote
5answers
1k views

FreeRTOS tasks are not context switching

Im using freeRtos port for PIC32 microcontroller on the pic32mx starter kit. Was just playing with tasks but the tasks arent context switching.. here are my main config settings #define ...
1
vote
4answers
284 views

freeRTOS and parallel processing

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

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 ...
0
votes
1answer
44 views

RTC interrupt issue with MSP430F5418

I am using MSP430F5418 wit IAR EW 5.10. In my project I am using FreeRTOS 7.0 as operating system. Consider the scenerio: Setup RTC in alarm mode with one minute interrupt. Create two tasks. When ...
0
votes
2answers
93 views

PIC32, Free RTOS clock in ms

I have a PIC32MX460F512L running RTOS and I am looking for a way to get the difference in ms between two points in code. This code below gets the tick time but not the time in ms. static unsigned ...
0
votes
3answers
242 views

What is the right RTOS for a humanoid robot?

We're students developing a mid-size (~ 4.5 feet tall) humanoid robot as a sponsored research project in college. The major tasks that the robot should be able to perform include: moving around ...
0
votes
2answers
123 views

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. My questions are: Is it possible in normal time? ...
0
votes
1answer
193 views

How to code in C for Alphanumeric 4x3 keypad

Currently I am working on a project which has following setup. AVR micro-controller IDE - AVR Studio Operating system - FreeRTOS For input I am using a keypad matrix of 4x3. I have already coded ...
0
votes
1answer
205 views

Reset interrupt vector SYSRSTIV is set to 001Eh (peripheral/configuration area fetch - PERF ) even before entering main

Reset interrupt vector SYSRSTIV is set to 001Eh (peripheral/configuration area fetch - PERF) even before entering main. Why is this happening? Device: MSP430F5418 (RAM: 16 K) Compiler: IAR MSP430 ...
0
votes
1answer
134 views

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 ...
0
votes
3answers
469 views

Unable take input from USART - FreeRTOS - AT32UC3A0512

Just trying my hands on FreeRTOS. Following are my setup - Micro-controller - AT32UC3A0512 Board - EVK1105 Using FreeRTOS Environment - AVR Studio 5 with ASF latest 2.3 framework I just created a ...
0
votes
2answers
551 views

How to get FreeRTOS on MSP430 using CCE?

I'd like to get FreeRTOS running on an MSP430 processor using Code Composer Essentials v3.1. I found an example of just this at http://www.westmorelandengineering.com/toc.htm. Specifically I’m ...
-1
votes
1answer
63 views

Runtime error in bf561 COREB FreeRTOS implementation when pointing to structure data

I've a runtime error in several function when it try to access structure data generally pass as a parameter to the function. the first instance of the problem is: signed portBASE_TYPE ...