Tagged Questions

5
votes
4answers
65 views

How to use a MIT License in an Embedded device

I would like to embed JQuery into an embedded device running a web server. Being an embedded device, storage is at a premium. Here is the comment header of JQuery: /* * jQuery JavaScript Library …
1
vote
4answers
55 views

Managing redundant typedefs from multiple vendors

What are some of the best ways to manage redundant typedefs used for platform independence from multiple middleware (operating systems, protocol stacks) vendors in the C programming language. e.g.: …
1
vote
2answers
36 views

Interfacing 45DB161 data flash with 89LP4052 controller.

I am trying to interface the data flash with 89lp 4052 controller. Crysal used 11.0592 mhz. This controller has built in spi bus. I tried all combinations of CPHA AND CPOL. Tried mode 0 as well as …
1
vote
5answers
67 views

Wireless communication: AVR based embedded system and iPhone

What is the best way to realize wireless communication between an embedded system (based on an AVR controller) and the iPhone? I think there are only two options: either WiFi or BlueTooth. The range …
1
vote
4answers
56 views

What are good tools for using Model Driven Development with Embedded work?

I believe there has been some up-take of model-driven development / engineering (aka OMGs model driven architecture) in the real-time and embedded software development sectors. What tools and tool …
1
vote
2answers
100 views

Qt, text on a black and white screen

I'm using Qt (embedded) to make a GUI on a black and white screen. The problem is Qt renders text with shades of grey so it is unreadable on the black and white screen. Does anyone have any idea how …
1
vote
1answer
35 views

Display Systesm in Safety critical embedded systems resources required

I am looking out for resources that can answer following questions of mine. Where exactly does the display systems in SC ERTS architecture fit in. What is the difference between SC display systems …
4
votes
10answers
408 views

Is this C function written in poor form?

char byte_to_ascii(char value_to_convert, volatile char *converted_value) { if (value_to_convert < 10) { return (value_to_convert + 48); } else { char a = value_to_convert / 10; double x = …
0
votes
3answers
46 views

Embedded Visual C++/Why is my Symbol Undefined?

I am new to this platform, and I am trying to resolve an issue with existing code that was developed by a contractor many years ago. In Resource.h, I have something that looks like this, where the …
9
votes
5answers
277 views

C++ frontend only compiler (convert C++ to C).

I'm currently managing some C++ code that runs on multiple platforms from a single source tree (Win32, Linux, Verifone CC terminals, MBED and even the Nintendo GBA/DS). However I need to build an app …
6
votes
2answers
120 views

Lua certified for use on an airframe or road vehicle?

Does anyone know if Lua has been certified to run on an airframe or road vehicle? Certification processes such as DO178B (RTCA) or standardization such as ISO 26262 (Road vehicles). Certification is …
4
votes
5answers
107 views

Lightweight debugging on embedded Linux

I'm developing an application that runs on a small Linux-based SBC (~32MB RAM). Sadly, my app recently became too large to run under GDB anymore. Does anyone know of any good, lightweight debugging …
2
votes
4answers
66 views

References for implementing calendar functionality in an embedded system?

I have an embedded system that currently keeps track of seconds until an event is supposed to occur using a real-time clock driven by a watch crystal. Now it needs to keep track of the actual date …
2
votes
7answers
118 views

Embedded app and wearing out flash disks

I have an embedded app that needs to do a lot of writing to a flash disk (or other). We cannot use a hard disk due to the environment. This is an industrial system subject to vibration and explosive …
0
votes
0answers
38 views

Problem IP Forwarding is Dropping Rx Packets on Embedded Linux Network [closed]

This maybe a Server Fault question, but because it is on embedded linux I thought I would post it here first. Also I am a network newbie. I have a pc and two embedded linux based systems that I am …

1 2 3 4 5 38 next
15 30 50 per page