• 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...
  • Error in std include
    Hi I have a problem concerning compiling my project in uVision4. If i use an example from ST (since I'm using STM32L-Discovery board) VirtualComport_Loopback everything compiles without a problem...
  • Support for std::thread and other synchronization primitives, e.g. std::mutex...
    I would like to know if any of the compilers/libraries for Cortex-M support the std::thread type (from the <thread> header) or if there is any plan to support that in the near future. I am interested...
  • C++: std::cout and Serial Port relation
    Hi, I'm using the Keil uVision IDE with the MCBSTM32E develoment board trying to program in C++. To send data to a stream just use 'std::cout << "some text";'. But how do I associate or connect...
  • STM32F103 - Std Periph Driver not working with bootloader
    I am running into an issue with the ST Standard Peripheral Driver. If I download my project to my STM32F103 at Vector 0x08000000, it runs fine. If I use my bootloader to load my project to 0x08004000...