Thread: Microprocessor project in c

  1. #1
    Registered User
    Join Date
    Aug 2011
    Posts
    2

    Microprocessor project in c

    I am trying to design an energy meter with a 32 bit microprocessor. Which 32 bit processor can I use? How do I load the c compiler on an eprom?

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    You'll have to do your own Uc shopping as this isn't a hardware site.

    For the compiler question... Most Ucs have their own development kits that include a compiler that runs on a PC (most are Windows, some support Linux or Mac as well). So what you do is deveop the software on the PC using an emulator (a Uc running in PC software) and then you copy only the executable code to the Uc. That way you don't waste space installing the compiler in the limited eprom space of the microcontroller.

  3. #3
    Registered User kryptkat's Avatar
    Join Date
    Dec 2002
    Posts
    638
    does it have to be a 32 bit processor ? why do you need a processor for an energy meter ? why would you want a compiler on an eprom ? what do the compiler and eprom have to do with the energy meter ? what kind of processor <int or mot> ? meow ?

  4. #4
    Registered User
    Join Date
    Aug 2011
    Posts
    2
    The supervisor advised to go for the highest. The Idea is to compute variables related to consumption of electricity. I have done a bit of work with microcontrollers and not microprocessors. A link to projects on processors would be welcome.




    Quote Originally Posted by kryptkat View Post
    does it have to be a 32 bit processor ? why do you need a processor for an energy meter ? why would you want a compiler on an eprom ? what do the compiler and eprom have to do with the energy meter ? what kind of processor <int or mot> ? meow ?

  5. #5
    Registered User
    Join Date
    Oct 2008
    Location
    TX
    Posts
    2,059
    Quote Originally Posted by chila View Post
    I am trying to design an energy meter with a 32 bit microprocessor. Which 32 bit processor can I use? How do I load the c compiler on an eprom?
    Get some lowdown on embedded systems programming before diving headfirst into it.

  6. #6
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Highest end processor? How about dual core ARM Cortex-A9?

    Sure, it's impossible to source, costs your first born child, requires a team to make a PCB for it and minimum quantity few thousand for pick and place + reflow soldering, with no prototyping possibilities.

    But that's little price to pay to get the highest end processor.

    I think my LED blinker will run a little faster on one.

  7. #7
    Registered User
    Join Date
    Mar 2009
    Posts
    344
    No need to reinvent the wheel - they're cheap and they run Linux so you can develop on them natively : Pandaboard.

    Or go with Intel, similar deal : http://edc.intel.com/Platforms/Atom-...lopment-Board/
    Last edited by KCfromNC; 08-08-2011 at 01:19 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need Advice on C Programming for MicroProcessor ??
    By Gaurav Singh in forum Tech Board
    Replies: 5
    Last Post: 04-04-2011, 11:17 AM
  2. microprocessor
    By BEN10 in forum General Discussions
    Replies: 16
    Last Post: 09-15-2009, 03:17 PM
  3. assembly for M8 microprocessor series
    By GanglyLamb in forum Tech Board
    Replies: 3
    Last Post: 03-15-2006, 05:34 PM
  4. a microprocessor thing!
    By badhri in forum C Programming
    Replies: 8
    Last Post: 05-29-2002, 10:58 AM
  5. Replies: 9
    Last Post: 03-13-2002, 10:46 AM