• How to configure minimum heap size on ARM
    My project uses ARM Cortex M0+, with C++ and ArmClang 6.10.1. My ultimate goal is to set "Heap_Size EQU 0x0" in the startup.s file. My code builds fine, but when I run it in Keil simulator it crashes...
  • 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...
  • 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...
  • Maximum number for "MAXARGS" ?
    Is there a maximum parameter value for MAXARGS ? Thanks, Tom
  • LPC1788 SSP maximum speed
    Hi I have simple question about lpc1788: *. what's the maximum bit rate of LPC1788 SSP? maybe it's duplicated question but I need to be sure because I wanna buy and design new board and SSP...