• ARM: Using STL vectors
    Hi, I'm writing a C++ program that will run on an STM3210E-EVAL board and I'm having some problems using STL vectors. I'm wondering what I'm doing wrong. (Or if STL vectors are even supported.) ...
  • 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...
  • 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...
  • printf doesn't work
    I'm trying to use printf() function on LPC2138 UART0 but it seems it doesn't work. It works fine on UART1 but not on UART0. Am I missing something? Must I use some redirect or something? Michal
  • Event viewer doesn't work
    I am using uVision 4.73 Event viewer doesn't work when I am simulating RL-RTX example projects. Is event viewer only functional during target debug with ULINK or during simulation also? Is that normal...