• Runtime of if
    Hello, if there is code like if (condition) bla = blub; than the timming can be different if condition is true or false. How to make timing equal on both path? Is else dummy...
  • Runtime
    How can i calculate the runtime of the program in terms of clock cycles? without looking into the instruction set. Regards Siva
  • Is RL_USB possible to create composite deivce on runtime
    Hi Our system has a USB device port and SD card slot, the SD card is optional, so there are 2 cases: 1. Connect the USB to PC, it needs to be a HID device. 2. Insert SD card, then connect USB...
  • Creating a project without main
    Hi, I wanted to create a project without main() and need to create a hex file. I am able to create it by commenting following in the scatter file *.o (RESET, +First) *(InRoot$$Sections) after...
  • Creating a new Assembly project
    Hi to all! I'm trying to create a new project with µVision3 using only assembler language. I used an existing Startup.s and Target.ld files for GCC compiler, but it doesn't work if my main is "project_name...