Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
6answers
651 views

Programming a Microprocessor using C in Object Oriented Paradigm, is it Advisable?

Since C is commonly used in micro-controllers and it is possible to do object oriented programming in C, is it advisable to implement object oriented micro-controller programming using C? What are the ...
3
votes
5answers
120 views

Accurate Timings with Oscilloscopes on PC

In the world of embedded software (firmware) it is fairly common to observe the order of events, take timings and optimise a program by getting it to waggle PIO lines and capturing their behavior on ...
1
vote
0answers
204 views

Modifying BOOTCLASSPATH in Android Building

This question is related to this other one. I have recompiled Android framework and generated a new image. I need to add some classes to the original framework and did it by adding new jars that go ...
1
vote
1answer
681 views

How to remount /system rw on rooted tablet

I am trying to remount my system partition. I can change any file in system.img and boot.img. But I can't get partitions mounted as rw! I am rooted. #adb remount remount succeeded but nothing ...
1
vote
1answer
561 views

Getting Started in Firmware devlopment

I am a software development guy. Oflate I was thinking of trying out some firmware development, as the company I work for is trying to enter that domain. I have many questions regarding firmware ...
0
votes
0answers
39 views

System Design Document template for firmware development on Atmel UC3 platfrom

Do any body have or know any site where I can get a template for System Design Document for my firmware develop project for Atmel UC3 platform?
0
votes
0answers
36 views

Customized Mobile Firmware

My Company is servicing "Government-paid" and "School" employees and students phones, and we are therefore forced to seek and undertake serious security measures to restrict cellphone usage of these ...
0
votes
2answers
453 views

Is it possible to change cell phone firmware at will?

I'd like to get a cell phone to play around a bit with firmware programming. That's a totally new field for me. Is it possible to change the original phone's firmware for a custom one? Any pointers ...