• How to use STL?
    Hello! Sorry for my english. I need classes of STL: only list and auto_ptr. But when I attempt to include STL header, code size increases on 20kb (based optimization). I think so, Keil connects iostream...
  • C++ using stl doesn't work
    I have a SBC1788 dev board with ULINK2. I am using Keil v5.17. I can build and run C programs OK. I can build C++ programs with no libraries OK, i.e. only my classes. Using STL causes crash...
  • STL support for C++ ARMCC compiler 5 and 6
    For ARMCC5 here I can find the C++ supported features. I see that additions to the C++11 standard template library are NOT supporte. ARM ® Compiler 5 includes only the C++03 standard template library...
  • ARM Vector - Check sum
    How does the checksum stored in the reserved interrupt vector get there? If you look at the binary file it contains the hex bytes for a NOP instruction. Once flashed the value stored in memory is now...
  • Vector Table in ARM cortex M0
    As per some document reference that I found on net the expected vector table generated by assembler is give below __Vectors DCD __initial_sp ; Top of Stack DCD Reset_Handler ; Reset Handler DCD...