Search:

Type: Posts; User: sanks85

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    5,476

    thanks for your prompt response. i do not...

    thanks for your prompt response.

    i do not really want to print the output in a file, it's just for the verification purpose.

    Another thing is, Yes i want to convert the char to int16 because...
  2. Replies
    2
    Views
    5,476

    Converting char array to int16 type

    Hello guys,

    i know this is a very old question with millions of solutions and believe me i have tried some of those solutions but the result is not coming up.

    I am trying to convert a char...
  3. returning value from one threaded function to other threaded function

    Hello Guys,

    I am using two threads and i want to take value of a function from one thread and use it in other.

    I am not good at the concepts of threads.

    Here is the following code:
  4. Replies
    2
    Views
    1,600

    Content miss match

    I am using c to read and write contents of a file into other:

    FILE *ptr;
    status_t status;
    uint32_t block_size, result;
    uint32_t num_blocks;
    char temp_buffer[1024];

    ...
  5. Replies
    1
    Views
    4,070

    Type Mismatch Error

    It will look like a very basic question but i am stuck at it.I want to put the values of "char temp_buffer[1024]" to " uint8_t UTXBuf[48]" and as soon as "UTXBuf" is full, i am transferring data from...
  6. Replies
    4
    Views
    7,370

    Hi I have made some changes to the task of...

    Hi

    I have made some changes to the task of threAD AND NOW THE PROGRAM IS WORKING.

    THANKS ALOT.

    I AM USING DAVE COMPILER
  7. Replies
    4
    Views
    7,370

    tried version with thread

    Hello

    i have tried the following code but when the debugger reaches at ptr = fopen (fname, "r");

    it goes to run time error.



    #include <stdio.h>
    #include <stdlib.h>
  8. Replies
    4
    Views
    7,370

    Reading a large file using thread

    Hello Guys,

    I need do read a text file from memory card using threading.

    I am able to do it with out using thread but because of some limitations, i have to do it with threading only.

    Here...
Results 1 to 8 of 8