Tagged Questions

0
votes
1answer
59 views

Displaying single digit on a LCD using ARM microcontroller?

I am writing an embedded application in which I need to display a digit on LCD. There must be some pre-existing libraries available doing the same. Or is there some reference cod …
2
votes
6answers
48 views

About Watch Dog Timer

Can Anyone tell me whether we should enable or disable watch dog during the startup/boot code executes?My friend told me that we usually disable watch dog in the boot code. Can any …
0
votes
1answer
28 views

How to read value from GPIO port of an ARM microcontroller?

How do get ARM microcontroller port value into a 32 bit variable. I am using LPC2378 microcontroller.
0
votes
1answer
26 views

How to get value from 15th pin of 32bit port in ARM?

I am using an IC, DS1620 to read 1 bit serial data coming on a single line. I need to read this data using one of the ports of ARM microcontroller (LPC2378). ARM ports are 32 bit. …
5
votes
4answers
144 views

Best practices for reusable embedded C?

I'm writing C code for an embedded system (dsPIC33 platform), and I'm considering building up a reusable code library to use among multiple projects. What are the best practices f …
1
vote
2answers
34 views

Handling power-off of an embedded board

Hi, I'm working with an embedded board (a BeagleBoard), running a Linux distribution (Angstrom Linux). I would like to gently halt the operating system when a given button is push …
4
votes
4answers
382 views

slightly weird (imo) C++ code

Sorry if this is simple, my C++ is rusty. What is this doing? There is no assignment or function call as far as I can see. This code pattern is repeated many times in some code I …
4
votes
9answers
88 views

high speed tracing

I have an embedded board with a 32 Micro-controller, and an custom built OS, Unfortunately, as of now, connection to the PC is only through serial port, Internal memory is limite …
5
votes
10answers
212 views

Which embedded (microcontroller) platform to move to

Hi all. I have been programming with 8bit PICs for quite some time but now need to move to something more powerful. I would like a family of chips that: I can get a good (free) …
2
votes
4answers
100 views

Affordable, programmable device with gprs and simple sensors?

I've got quite a fun challenge / work assignment. I'm to monitor a couple of 5V light bulbs (warning lights) on a machine standing far out in no man's land. I'm looking for an affo …
9
votes
9answers
331 views

Stack Size Estimation

In multi-threaded embedded software (written in C or C++), a thread must be given enough stack space in order to allow it to complete its operations without overflowing. Correct s …
0
votes
2answers
29 views

Is kernel or userspace responsible for rotating framebuffer to match screen

I'm working on embedded device with screen rotated 90 degrees clockwise: screen controller reports 800x600 screen, while device's screen is 600x800 portrait. What do you think, wh …
1
vote
5answers
73 views

Can I use a USB-to-serial adapter to talk to my development board from VMWare Fusion?

I have a Linux virtual machine running on VMWare Fusion (on Mac OS X) that I intend to use as a development environment for an embedded system. Would it be possible for my Linux V …
5
votes
6answers
112 views

Alarm history stack or queue?

I'm trying to develop an alarm history structure to be stored in non-volatile flash memory. Flash memory has a limited number of write cycles so I need a way to add records to the …
0
votes
1answer
35 views

can i use sigmatel stmp 3650 kit firmware code on other devices ?

Hi all, im know little about MCU and embedded systems. a year ago we made contract with a company to designe special porpuse mp4 device based on sigmatel STMP 3650 kit, now we hav …

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