Evaluating static analysis and Dynamic analysis tools for C/C++556 (10/29/2009 12:07:55 PM) comp.lang.c Dear all, Whats the general norm people use to evaluate static code analysis and dynamic code analysis tools in your experience.I am confused on the best tool to choose from,given that so many tools are availa... ssubbarayan
Intels chips in early days...Quire interesting...2159 (5/28/2009 9:14:12 AM) comp.arch.embedded Hi all, Just was going through this video from Howstuff works and I got amazed by the invention of the Intel4004 in the companies earlier days way back in 1969.Quite a remarkable work I believe.Share your thoug... ssubbarayan
Test case for hard disk reliability191 (2/4/2009 5:24:26 AM) comp.arch.embedded Hi all, We have got a consumer electronics product and got a hard disk to save some of the customers preferred content.The hard disk stores it and could be retireved at any time according to customer's will.We ... ssubbarayan
Messaging Vs Function call based software architecture550 (1/21/2009 4:44:33 AM) comp.arch.embedded Hi all, I am trying to understand the suitability of Messaging Vs Function call based architecture in a layered embedded software stack.Out of your experience,can you share with me when would you choose either ... ssubbarayan
pageup/pagedown implementation using C language1059 (10/28/2008 1:29:00 PM) comp.lang.c Dear all, I am in the process of implementing pageup/pagedown feature in our consumer electronics project.The idea is to provide feature to the customers to that similar to viewing a single sms message in a mob... ssubbarayan
pageup/pagedwn implementation2760 (10/28/2008 2:22:56 AM) comp.lang.c Hi all, I am looking for some sample code which shows how to implement pageup/ pagedown feature using C language similar to the ones we encounter in our mobile devices.In mobiles if we dont have enough view spa... ssubbarayan
Implementing pageup pagedown feature using C language247 (10/28/2008 2:12:23 AM) comp.lang.c Dear all, I am in the process of implementing pageup/pagedown feature in our consumer electronics project.The idea is to provide feature to the customers to that similar to viewing a single sms message in a mob... ssubbarayan
Implementation details of semaphore objects in RTOS278 (9/26/2008 4:44:00 AM) comp.arch.embedded Dear Experts, I am interested in knowing how do RTOS implement semaphore objects?It would be helpful if some one could let me know some links or some of your thoughts from your own experience. This is ... ssubbarayan
Querys regarding Flash File system768 (9/19/2008 12:27:00 PM) comp.arch.embedded Dear all, I am new to flash file system.Can some one point me to some basics regarding flash file system?I am not aware whats flash file system and the need for it?Also it will be helpful if someone co... ssubbarayan
How to design non blocking device drivers?1057 (9/18/2008 1:54:59 PM) comp.arch.embedded Hi all, I would like to understand how to design drivers in such a way that its non blocking? To be more specific,If suppose I have an EEPROM device and two tasks are trying to write some data to the EEPR... ssubbarayan
knowledge base for introductory code450 (10/6/2008 7:42:06 PM) comp.os.vxworks Hey all, Anybody have like a basic set of code that exposes some of the features of vxworks? Usually, when you buy a compiler it gives you some simple examples for the system you're working on, so I'm sure it... thechrisanderson(15)
pageup/pagedown implementation using C language1059 (10/28/2008 1:29:00 PM) comp.lang.c Dear all, I am in the process of implementing pageup/pagedown feature in our consumer electronics project.The idea is to provide feature to the customers to that similar to viewing a single sms message in a mob... ssubba(241)
Messaging Vs Function call based software architecture550 (1/21/2009 4:44:33 AM) comp.arch.embedded Hi all, I am trying to understand the suitability of Messaging Vs Function call based architecture in a layered embedded software stack.Out of your experience,can you share with me when would you choose either ... ssubba(241)
An Interesting Link567 (4/6/2009 10:45:08 PM) comp.arch.embedded Just got this from a friend. http://www.doneyles.com/LM/Tales.html -- http://www.wescottdesign.com ... tim177(4406)
Evaluating static analysis and Dynamic analysis tools for C/C++556 (10/29/2009 12:07:55 PM) comp.lang.c Dear all, Whats the general norm people use to evaluate static code analysis and dynamic code analysis tools in your experience.I am confused on the best tool to choose from,given that so many tools are availa... ssubba(241)
Parsing a struct with bytes1646 (8/11/2008 12:48:15 PM) comp.lang.c Dear all, I developed the following program: void parsebytes(unsigned char* data); struct info { unsigned char day; unsigned char month; short year; }; struct info info1; struct info info2; int main(int ... ssubba(241)
VxWorks for PC?195 (8/29/2008 1:19:04 AM) comp.arch.embedded Hey all, Is there a simulator-type shell of VxWorks that works with windows xp?...I'm thinking something along the lines of like cygwin...I know it's kind of a backwards idea, but I'm just talking in terms of ... thechrisanderson(15)
Querys regarding Flash File system768 (9/19/2008 12:27:00 PM) comp.arch.embedded Dear all, I am new to flash file system.Can some one point me to some basics regarding flash file system?I am not aware whats flash file system and the need for it?Also it will be helpful if someone co... ssubba(241)