Search:

Type: Posts; User: NiranjanRavi199

Search: Search took 0.01 seconds.

  1. error: initializer element is not constant

    I am working on a c program where the .c file does not have a main function. It has an array


    static const uint8_t adData1[5] = {
    /* Major Version */ 0x00, 0x01,
    /* Minor...
  2. Replies
    5
    Views
    12,093

    Thank you for your help

    Thank you for your help
  3. Replies
    5
    Views
    12,093

    uint16_t and uint32_t question!

    Hi,
    I am getting confused between uint16 and uint32.
    uint16 has to 2 bytes[16 bits] and uint32 has 4 bytes[32 bits].

    In my problem, uint16t value= 1112 , when i convert 1112 into binary...
Results 1 to 3 of 3