Quantcast Dummy Book - writing firmware Text - Physics Forums Library

PDA

View Full Version : Dummy Book - writing firmware


Mike Phan
Apr1-08, 12:01 PM
Hi,

Anyone knows a dummy book that can tell very basic step by step for writing firmware codes? Thanks

Sincerely,
Mike

mgb_phys
Apr1-08, 01:03 PM
Are we talking assember/DSP/FPGA or C/C++ ?
Do you have an RTOS or bare metal?

Generally the C compliers from keil etc are pretty much ansi standard now. There may be some extra functions for talking to hardware and it may have multithreading extentions built into the langauge if you don't have an OS

Apart form the tutorials that come with the compiler the onyl general book I can think of is O Reilly "Programming Embedded Systems in C and C++"