• C166: task creation
    I want to create a task and pass a parameter to it. So I used function "os_tsk_create_ex" and define the task function as: void task3 (int *argv) __task 12 __priority 1{...} When compiling this file...
  • Library Creation
    Hello people, I have a created my project as a Library File by selecting Options for Target --> Output ---> Create Library . Now the purpose of Library is to hide away the Source Code from the Customer...
  • Configuration of ClearCase in UV2
    I've been trying to get uVision2 to work with ClearCase. I opened configuration file for ClearCase in \KEIL\UV2 directory. Then, I'm able to open clearcase explorer in SVCS menu. However, I can't execute...
  • Command line build (UV2 -b projectt) starts UV2 in windowed mode
    When performing a command line build using UV2 -b project , the toolset starts up in windowed mode, compiles the project and then exits. This is a nuisance, but not a real problem. However are there...
  • File Creation using USB
    hello, I am doing usb_host using LPC3250 in my project. for that i am using example code given in keil example (MSD_FILE) code. Using this code I am able to format the pen drive. But not able...