• that bloody va_start/end macro wont work in C++ (Keil5/ARM)
    hello, i needed to do a wrapper for printf. was working in c but i though it would be nicer to have it in a class with some other functions along. the problem is the Keil (when --cpp flag is set...
  • Local variables definition in assembler to have them appear as such in debugger
    I follow the Keil segment naming conventions when writing my assembler subroutines in order to "imitate" what I would obtain if I had coded those functions in C and to take advantage of the overlaying...
  • settin up pins and reading them
    I'm not able to set up my input and read the condition using hall. I want to pull in and hold high (internal pull up) 3 pins. Then simply read the condition. This is how I set them up, left comments...
  • Debug ini Files & how to use them
    Hello, I searched the whole Keil/ARM Support Resources on how to use the ini File for a debug session. I found the commands for it but no really helpful example how to use them for debbugging. ...
  • RTX166Tiny & EC++ have problem!
    Good day! I have a problem with using RTX166 Tiny OS with EC++. If I try to define tasks in .cpp file, I dont see JUMP to _main() function. In technical support: "RTX166 TINY: CAN'T DEFINE...