Search:

Type: Posts; User: stev100

Search: Search took 0.01 seconds.

  1. creating a data structure at specific memory location in c

    I'm working on an embedded mcu that has two cores which can both see an area of memory beginning at 0x80000000.


    The ADC is connected to one core and a radio is connected to another. I want to...
  2. position of * when declaring pointers in C

    Hi,

    I'm learning about passing pointers as arguments to functions.

    I'm wondering if there is a difference between the following notation?


    void function(char* name)
    void function(char...
  3. Replies
    4
    Views
    4,326

    Hi, I'm using a gcc compiler on a ubuntu OS. ...

    Hi,

    I'm using a gcc compiler on a ubuntu OS.

    Thanks
    Stev
  4. Replies
    4
    Views
    4,326

    c program to get RAM and write to text file

    Hi there,

    I'm brand new to C programming.

    I was wondering if somebody could demonstrate a program how you could get the available RAM on my computer and write it to a text file?

    Many...
Results 1 to 4 of 4