Sorry, but there are no more tags available to filter with.
  • (matlab -> Keil )*** ERROR 224: ATTEMPT TO ADD DUPLICATE MODULE

    I have a problem when I want to generate code from Matlab/Simulink with real time workshop for a model:



    MIRCOS 167



    The following is what Matlab says to me:







    ### Starting Real-Time Workshop build procedure for model: c166test



    ### Generating code into build…

  • RTX166 and Monitor de-bugger

    Has anyone out there ever used the Keil Monitor De-bugger with an RTX166 program? If so I would like to know how to set it up.

    Thanks in advance

  • Memory models/support reply times

    Hi all,

    I posted a support request (now viewable when I log into https://silver.arm.com) on Thursday morning and have yet to hear back. Does anyone know how long it normally take to get support? I need to be completing some work with the Keil compiler…

  • keil c166 error

    Hi,everyone.

    When I built my project, there were a lot of errors of L118 and I still can't solve it.

    MCU:Infineon XC2267M

    operation system:transplated ucos-II

    A part of errors are as follows.

    *** ERROR L118: REFERENCE MADE TO ERRONEOUS…

  • Debug I2C simulation

    Hi
    I want to simulate the I2C, and find this example

    // Simulation of I2C Memory (Slave)
    
    MAP 0x010000, 0x01FFFF READ WRITE;
    
    signal void I2CMEMORY (void) {
      unsigned long adr;
      SADR = 0x54;
    
      adr = 0x010000;
      while (1) {
    
        wwatch (I2C_OUT);…

  • ADC Single Conversion Sample

    Hi

    I am currently having a issue about ADC conversion because I always get the first wrong ADC sample but get correct reading after second try. I assume it is reading dummy data.

    Now I tried to read three channels starting from channel 0 to channel…

  • PSB2193

    Why Keil refuses to compile if I use the standard libraries?
    The Listings of the ravine and program below?
    That me it is necessary to do to correct these errors?

    I use:
    IDE-Version:
    µVision3 V3.50
    Copyright (c) Keil Elektronik GmbH / Keil Software…

  • Error

    Hi

    When I tried to compile the software and I get the error:

    CLASSES (ICODE (0xC00000-0xC1FFFF), NCODE (0xC00000-0xC1FFFF),FCODE (0xC00000-0xC1FFFF) ,
    FCONST (0xC00000-0xC1FFFF), HCONST (0xC00000-0xC1FFFF),
    XCONST (0xC00000-0xC1FFFF), NCONST (0xC00000…

  • RTX166 and Monitor de-bugger

    Has anyone out there ever used the Keil Monitor De-bugger with an RTX166 program? If so I would like to know how to set it up.

    Thanks in advance

  • uVision4 Beta bug: unable to download application

    Hi,

    The following problem renders the uV4 Bete IDE unusable for downloading and debugging an application with my setup.

    Note that I have installed the uV4 Beta under the same folder where the toolchain is installed, as recommended.

    I would be grateful…

  • Unable to use the uV4 Beta

    I have just downloaded the uVision4 Beta and I have been so far unable to use it with a uV3 project due to a consistent crash. Note that I did not remove the uVision3 installation.

    I am using Windows XP Professional, SP2.

    The steps to reproduce the…

  • Interrupts, flags and functions

    Hello, I need to know the exact moment when an input is set.

    I'm using XC167CI and I have fast interrupts. This way is full, I mean I have used all fast interrupts.

    I don't know how I can know when an input por is set and reset.

    What can I…

  • Weird optimisation compiler bug?

    Hi there,

    Included below is a sample disassembly output of some code I just discovered not behaving the way I think it should. Basically, it seems the compiler has determined that there is no need to return from the current function and instead can…

  • C Question - '=': value truncated

    Why does the following code produce a C192: '=': value truncated error? They are all uint8_t's. Structure definition shown below. What is there to truncate, all variables are of the exact same type! The result is correct but I am just interested in why…

  • Information about used RAM ressources

    Information about used RAM ressources needed

    I use the C164 with the following compiler:
    C166: V4.11 / L166: 4.10
    (Updates not possible. I couldn't use newer one.)

    How can I get information about used RAM (IRAM, XRAM, ...)?
    = How much RAM do…

  • Simulator code execution speed different to real life

    Hi there,

    I am using the uVision 3 software simulator to do some profiling type testing. I can run the simulator and real hardware and get the same IO behavior. The hardware uses nearly every timer and capcom of an ST10 micro. All timers and capcom…

  • Help using DPPs please

    Hi there,

    While I understand how DPPs are used physically, I am having some trouble actually trying to use them in code! Here is a particular example I am stuck on, I have simplified it so hope I didn't leave anything out:

    Boot_block SECTION…

  • C/C++ Unit Test tools and uVision PK166 Toolchain

    Hello,

    Looking for a recommendation on a tool facilitating C/C++ Unit Testing for existing projects built w/ Keil uVision3/4 for C166/ST10.
    1) Does anyone have an experience with LDRA, Parasoft, or any other tool suite?
    2) Any idea how laborious would…

  • SFRs in XC16X.h and MAIN.H

    Hello,

    I get an error while compiling a program:

    'ASC0_CON_FDE': undefined identifier.

    There are two similar definitions for this SFR:

    1. In XC16X.h which is generated by Keil: sbit ASC0_CON_S0FDE = ASC0_CON^11;
    2. In MAIN.H which is…

  • XLARGE memory model & generale performance

    Hello community,

    Using C166 / ST10 with last version of IDE (µVision V4.00a / C166 V7.00 / L166 V5.25)
    We need between 100 & 200Kb data (composed of many structures / array), so we set XLARGE memory model.

    General questions about this use…

  • DAS wurde in uVision3 nicht gefunden

    Hallo,

    wir haben einen XC164CM Easy Kit Board und einen DAP miniWiggler von Infineon gekauft. Das Problem ist, der Eintrag "Infineon DAS Client for XC16x" in Debug in uVision3 von Keil (v3.05b) wurde nicht gefunden obwohl die Kommunikation zwischen…

  • no documents in uVision3

    Hello,

    I'm using uVision3 for XC16x. The problem is, there are no documents integrated in this IDE. "uVision Help" and "Books" are all empty. Where can I integrate these documents especially in PDF format?

    Thanks
    Senmeis

  • data transfer using PEC to Capcom6 XC167

    does it possible to used PEC to transfer a pulse witdh value to capcom6 campare register?. As i know it not possible becouse every time update the compare register, we need to enable the shadow compare register after every transfer.

  • libraries in uVision3

    Hello,

    I have a problem with libraries in uVision3.

    A project consists of some .c and .h files. I took out the .c file with the main() function and built the rest files into a library. And then I created a new project with this library and the .c…

  • XC164CM program cannot run under debug mode of uVision3

    Hello,

    I'm using uVision3 and ULINK to develop programs for XC164CM.

    While compiling a program there is a warning:

    *** WARNING L5: SECTION LOCATED OUTSIDE CLASS AREA SECTION: ?ND0?DLLMAIN
    CLASS: NDATA0

    This code is still downloaded into the…