Where Can I Find a Dummy Book for Writing Firmware Codes?

  • Thread starter Thread starter Mike Phan
  • Start date Start date
  • Tags Tags
    Book Writing
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 5K views
Mike Phan
Messages
67
Reaction score
0
Hi,

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


Mike
 
Engineering news on Phys.org
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 language 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++"