Thread: Driver Function

  1. #1
    Registered User
    Join Date
    Oct 2010
    Posts
    2

    Driver Function

    Hi,

    I'm currently working on a circuit involving a Beck SC12 and several devices. After starting a design on the actual hardware of the circuit, i'm also beginning to look at the programming side, for which c programming will be used. It is a requirement of mine that i use driver functions that will turn on and turn off each interface.

    I was wondering if anyone could give any advice as to how these functions should be approached, as it is one area i'm struggling on?

    Thanks.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    Maybe SC12 downloads

    I take it that this is some kind of small embedded micro-controller / microprocessor.

    The manufacturer site should have plenty of application notes, user guides, example programs. These you should be reading with keen interest.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Oct 2010
    Posts
    2
    OK, thanks for the help.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 05-13-2011, 08:28 AM
  2. Replies: 1
    Last Post: 06-27-2008, 06:41 PM
  3. Undefined Reference Compiling Error
    By AlakaAlaki in forum C++ Programming
    Replies: 1
    Last Post: 06-27-2008, 11:45 AM
  4. dllimport function not allowed
    By steve1_rm in forum C++ Programming
    Replies: 5
    Last Post: 03-11-2008, 03:33 AM
  5. using a driver function to test my code??
    By tommy69 in forum C Programming
    Replies: 24
    Last Post: 03-20-2004, 07:12 PM