Embedded systems are computer systems which are an internal component of a product (that is, embedded within a product) for a specific, usually limited, purpose which includes control, reconfigurability, or translation. Examples include cell phones, digital watches, smart thermostats, automotive ...

learn more… | top users | synonyms (1)

0
votes
0answers
6 views

GStreamer memory buffer usage

I'm experimenting with gstreamer on an embedded system and I'm wondering if there is a way to determine the maximum amount amount of memory gstreamer will use. If I have a simple source -> filter ...
0
votes
0answers
19 views

USB packet streaming input+output performance poor, advice needed please

I'm looking for some advice on what methods could be used to optimize USB streaming performance. This is a bare-metal embedded software application built on top of a bare-metal USB engine. Thanks in ...
0
votes
1answer
14 views

Difficulty in using C standard libraries in the SoCLib tool

I'm an electronic engineering student from Brazil and I'm currently working with embedded systems. I'm trying to port a MP3 decoder (written in C), called minimp3, to a platform built with the aid of ...
0
votes
1answer
22 views

Cannot Wake up Atmel ATSHA204 Using I2C

I've recently been given the task of writing drivers for some of the I2C devices in our product. I was a complete beginner at this, but I've managed to use a mixture of i2cset and i2cget along with ...
0
votes
0answers
16 views

Clearing bit action and assigning new action for port pin in LPC1788

I am new to LPC1788 programming.In that how to clear the already assigned function and to assign a new function for any port pin. In my case I want to clear the previous function and want to start ...
1
vote
0answers
37 views

HTML5 or Qt5 & Qt Quick?

I would like to ask, which one is mostly preferred development technology among HTML5 and qt5 ?; mainly on embedded devices by considering performance, animation effects. Also I would like to know few ...
2
votes
4answers
51 views

Safely detect, if function is called from an ISR?

I'm developing software for an ARM Cortex M3 (NXP LPC1769) microncontroller. At the moment I'm searching for a mechansim to detect if my function is called within an ISR. I asume that I have to check ...
0
votes
2answers
28 views

Java ME alternative for Raspberry Pi programming

I want to start with embedded system programming with the raspberry pi. I just want to do build basic electrical control systems, e.g. controlling servo motors, etc. I had a look around and because I ...
-3
votes
0answers
24 views

regarding Microcontroller selection? [closed]

I am looking forward to your suggestions to find a cheap and best micro controller which is around $1-$2 for bulk volumes with following bare minimum features i)GPIO - 30 pin ii)ADC -( minimum 8-10 ...
3
votes
2answers
82 views

Minimal / fast implementation of (s)printf for embedded

I'm working on an embedded DSP where speed is crucial, and memory is very short. At the moment, sprintf is the biggest (by far) function in my code, and I use it to format some simple text : %d, %e, ...
0
votes
0answers
30 views

Virtual box based development for Embedded Linux

I am new to embedded linux development.I have inherited a particular way of Embedded linux development from the previous developer. I was just wondering if there is a more industry standard way of ...
-1
votes
0answers
26 views

How do I interface my Beaglebone Black with a Wi-Pi? Is it possible? [closed]

I've recently gotten hold of a Beaglebone Black Rev A5A as well as a RaspberryPi's Wi-Pi USB dongle. Is it possible to interface both devise together or is the Wi-Pi not compatiable with the ...
1
vote
1answer
32 views

How can I write an SPI driver for Zynq 7000 ARM development board?

I'm going to write an SPI driver for an ARM devlopment board. It is not used with Linux. Yesterday, I read the QSPI driver that Xilinx provided and I tried it successfully. However, I would really ...
0
votes
0answers
44 views

Very basic XML parsing in C?

I'm looking for a way to read settings out of an XML file. But most likely, the DOM of the whole XML file will not even fit in memory, and I havent got space left for a full-blown library. So I was ...
-1
votes
0answers
20 views

Start a windows service under Windows XP Embedded (from the execution of a recovery SW)

I'm writing a windows service application for Windows XP Embedded (XPE), and I need to be sure that the service is always active, but I need to act some complex actions before restarting it, so a ...
-3
votes
0answers
118 views

Could anyone guide me in converting this read values to ASCII?

#include <stdio.h> #include <stdlib.h> #include "memory.h" #define actualTV 250 #define stopparity ON #define baudrate 11250 #define startparity OFF struct memory { int ...
1
vote
2answers
52 views

does it required to have individual server SSL certificate for each embedded device?

I have an embedded device which runs a web server.I need to integrate the server SSL certificate for the web server. If I have multiple such boxes, is it required to have different SSL for each box?
0
votes
2answers
77 views

importance of data structure to embedded software engineer

I am an embedded software engineer. I never have used data structures like trees, graphs, or linked lists. I have used only circular buffers, arrays, etc. I am curious to know in which part of ...
2
votes
1answer
51 views

MSP430 - Mixing Ports Registers inside an struct

I am now doing a program for a MSP430 in C and I am using Port 1.6, 1.7, 2.0, 2.1, and 2.2 to drive some LEDs. Now, in order to turn ON all LEDs I simply have to write: P1OUT |= 0xC0; P2OUT |= ...
1
vote
1answer
43 views

Qt using C++ or PyQT; which is mostly preffered for todays linux based embedded application development?

I spent few days to find out few open source application development libraries/tools for linux based embedded devices. I would like to know which one is mostly preferred in the industry. I understood ...
-1
votes
2answers
50 views

Regeneration of sine wave using microcontroller

I don't have much knowledge about microcontrollers. In my project, I need to shift the sine wave. Here, I want to know, if I feed pure sine at port A pin 2. Then, will i get the shifted version of ...
2
votes
2answers
109 views

Processing ASCII commands via RS232 in embedded c

I have an RS232 interface to my microcontroller with a predefined set of commands. There are several hundred commands, e.g. PRESSURE 50 could be set pressure to 50; LIMIT 60 could be set some limit to ...
0
votes
0answers
10 views

Inserting single board computer into regular PCI slot [migrated]

Checking info on various single board computers gave me the idea of running a PfSense based firewall on a dedicated SBC with dual gigabit network interfaces. Is it possible to have a SBC running in a ...
-2
votes
1answer
45 views

any idea to convert this read integer value to ascii and also is this the right way to divide the memory into blocks

#include <stdio.h> #include <stdlib.h> #define actualTV 250 #define stopparity ON #define baudrate 11250 #define startparity OFF #define msize 4096 int a[msize]; void read() { int i; ...
1
vote
1answer
39 views

Zip stream implementation with C in embedded devices

I have to embed a large text file in the limited space of internal memory of a MCU. This MCU will use the content of the text file for some purposes later. The memory limitation dos not allow me to ...
0
votes
1answer
27 views

Exporting mbed application to uVision

I was programming with mbed's online compiler, but now I need debugging support and last night I exported to uVision 4. There seems to be an error when I compile the official libraries though. ...
2
votes
1answer
58 views

Binary XML representation and treatment for embedded devices

I'm seeking for an efficient way to handle xml data on a embedded device with heavily limited performance factors (RAM and CPU). XML has the advantage that it can be easily handled by computer based ...
0
votes
2answers
73 views

Best book for interacting directly (in the C language) with a simple CPU [closed]

The original idea was to interact with an Atmel AVR chip using C with an Arduino. However, I have had difficulty finding a resource for doing this. Are there any books that can be recommended for ...
1
vote
1answer
44 views

Linked List From Flash memory transitioning into Ram

Alright so I am new here so please be easy on me :) I am currently developing on a uC in C and using linked lists to create structures every time the user wants to create one. Example: typedef ...
0
votes
1answer
57 views

Stm32f4 Memory Jumping

I am working with the stm32f4 Discovery board and I am trying to jump to a section of flash where I will begin executing another program there.The variable ApplicationAddress is 0x08008000. When my ...
4
votes
2answers
65 views

Additon of long values show different o/p

I am facing problem in doing addition of long values example typedef unsigned short UINT16; UINT16* flash_dest_ptr; // this is equal to in hexa 0XFF910000 UINT16 data_length ; // hex = ...
0
votes
0answers
31 views

Linux telnetd suddenly stops displaying login

I'm having a strange issue on a PPC Embedded Linux platform. I'm using the standard telnetd Linux telnet daemon. 99.9% of the time everything works great. But every once in a while, the device will ...
0
votes
0answers
28 views

1D Barcode SDK for laser device C or C++

I'm looking for barcode decoding (laser scanner source undecoded) SDK for embedded devices. AVR32 or ARM(Cortex-M3). I lost many hours on web by searching with no result. There is zbar or zxing but ...
0
votes
1answer
18 views

load linux kernel modules runtime via tftp [closed]

Is it possible to load Linux kernel modules via ftp on to the embedded device?. Could you please let me know. This should save time in building the complete image and flashing image on to the device.
2
votes
1answer
73 views

Set Up I2C Address Without Device Attached

I've been trying to learn about I2C today, it's taken me some time to set up but I've now got a Raspberry Pi configured with i2c-tools installed and I can see /dev/i2c-0. However when I run ...
0
votes
1answer
54 views

How do I connect a hardware interrupt to Qt Emit?

I'm building and embedded app and I rather use a hardware interrupt listener then chew up cpu cycles by polling every 10th of a second. This obviously can be done since there are listener for ...
0
votes
2answers
66 views

Performance Differences between evaluation boards [closed]

Our company is a proud owner of a STM32f4 evaluation board ( cortex M4F) , We received another evaluation board that is (ARM7TDMI board). Before starting the migration to the ARM7 evaluation board, ...
0
votes
3answers
91 views

Assist me in converting the read values from array to ascii?

#include<stdio.h> #define msize 4096 struct memory { int a[msize]; }; void read(struct memory *m) { int i; for(i=0;i<sizeof(msize);i++) { scanf("%d",&m->a[i]); } } int main() { ...
0
votes
1answer
43 views

Execution Error : Part of C code compiled but not being executed properly in ECM

I am working on ECM (using gcc compiler we generate the hex file and flash it on controller) There is a code x=(a+b)/2, what ever the value of a and b, but the value in x is always zero. I have a ...
1
vote
0answers
40 views

Makefile for nrf51sdk

I am working on programming a nrf51822 evaluation board(This one). I have been looking at this site to program it and have gotten the blinking program to work. I want to modify the makefile provided ...
-1
votes
3answers
93 views

how to read values from a structure in C

#include<stdio.h> #define msize 4096 struct memory { int a[msize]; }; void main() { struct memory m; m.a[0]=250; // temperature value of 25,0 m.a[4]=01; // heater status OFF ...
2
votes
1answer
63 views

lpc1788 cortex m3 interrupt handling with uclinux

I am newbie for the uclinux device drivers please guide me how to do this.. suppose I have connected a switch to one of the cortex m3 controller pin and whenever the switched is press the LED ...
0
votes
1answer
27 views

Class ID for Logging

I am carrying a project with some friends over a very limited (regarding to RAM memory) microcontroller. My current task is to make a logger module. The logger must show a format like ...
1
vote
1answer
65 views

LPC deep sleep mode example

First of all clarify that I'm a newbie in embedded technology. I'm using a NXP LPC1769 board. For some days I've been looking for an example on how to use a watchdog to wake up from deep-sleep mode ...
3
votes
2answers
75 views

Allowing heap allocating objects inside a short-lived scope to ensure freedom of memory fragmentation

We're using C++ in an embedded system environment and basically don't want any kind of dynamic memory allocation (see for example Resources for memory management in embedded application for the kind ...
0
votes
1answer
41 views

USB host recognition

I'm developing an embedded USB device which needs to be available to two different hosts. The first is a normal PC, where it will be used as a MSC (mass storage) device, and the second is a specific ...
0
votes
1answer
79 views

Compiling U-BOOT bootloader on x86

I have download and extracted u-boot-1.1.6 on Linux ubuntu. I just want to compile the source code using GCC(not targeting cross compilation for any embedded platform). I tried running provided ...
2
votes
1answer
39 views

stm32f405 generate trigger signal pwm

I'm trying to generate a phase shift PWM signal using three timers. TIM1 is used as reference(Running at 1MHz) TIM3 is used as a trigger to phase shift TIM4 TIM4 is used to generate the phase ...
0
votes
0answers
59 views

Marvell Helloworld Compilation issue

I am working on the project based on Marvel wmsdk development kit. I am working on Windows 7 under /cygwin. I have downloaded and installed the toolchain arm-2012.09-63-arm-none-eabi.exe as mentioned ...
0
votes
3answers
86 views

Controlling Arduino through public internet

I am thinking of controlling an Arduino over the Internet. Say I don't have a static IP connection to my Arduino (I am using a GPRS shield.) In such situations I have to follow a procedure something ...

1 2 3 4 5 60