Search:

Type: Posts; User: CTest123

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    3,338

    Thank you that is really helpful.

    Thank you that is really helpful.
  2. Replies
    4
    Views
    3,338

    Thank you for the reply. The complete program is...

    Thank you for the reply. The complete program is



    uint32_t startupRamp=0;
    int16_t theta=0;
    void CalculateTheta(void)
    {
    /* Then ramp up till the end */
    if (startupRamp < END_SPEED)
  3. Replies
    4
    Views
    3,338

    Value bigger than the signed value

    The program is a bigger program but the summary of program is



    int main(void)
    {
    signed int data1;
    data1 = 32785;
    return 0;
    }
Results 1 to 3 of 3