Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by joeman

  1. J

    Data type efficiency on ARM using IAR EWARM

    Thanks to all of you ! Will use u32 data type when possible ! J
  2. J

    Data type efficiency on ARM using IAR EWARM

    Thanks for your answer. You mean if I use 8 bits data, the compiler will add code for aligning data to 32 bits ? If so, that would not be efficient at all !
  3. J

    Data type efficiency on ARM using IAR EWARM

    Hi All I'm an ARM newbie, currently developing firmware project based on a ARM STM32L from ST (ARM Cortex M3). I'm using IAR EWARM IDE and was wondering how to optimize my code. Is it more efficient to use 32 bits data or 16 or 8 ? For instance in a small loop for(i=0; i<10; i++), what is the...

Part and Inventory Search

Back
Top