• Finding the Maximum INT value in a given Array or 6 Variables
    Hello everybody, I have a problem and need help. I have declared 6 Unsigned integer variables in my code they store different values and I want to find out which variable contains the maximum value. There...
  • Finding the Maximum INT value in a given Array or 6 Variables
    Hello everybody, I have a problem and need help. I have declared 6 Unsigned integer variables in my code they store different values and I want to find out which variable contains the maximum value. There...
  • Cortex-M7 minimum schematic ?
    I'm looking to start a new design based on the ARM Cortex-M7 and have been reading thousands of pages of documentation ( not done yet of course ). I am able to design my own schematics and PCBs so I'm...
  • Cortex-M7 minimum schematic ?
    I'm looking to start a new design based on the ARM Cortex-M7 and have been reading thousands of pages of documentation ( not done yet of course ). I am able to design my own schematics and PCBs so I'm...
  • C++ std::vector minimum capacity
    Hello! I have recently noticed that when you have a non empty std::vector it has a minimum capacity of 32 elements. No matter how big the elements are. So I was wondering if this can be set to a...