• Keil MDK for stellaris

    udit salunke
    udit salunke

    Hello friends...

    Is there any one using keil for stellaris LM3S6432 !

    I am new to the Stellaris ...

    I am getting following error while building a project.
    however my source file MAIN.C compiled with 0 errors...

    Build target 'Target 1'…

    • over 12 years ago
    • Software Tools
    • Keil forum
  • Error L6218E

    Justin So
    Justin So

    i am using uVision 3 V3.60(use realview compiler) and target board is ADuC 7026..

    i make a New Project..

    but i don't make HEX File(this file is down load for tagetboard)

    i don't know this error..
    ___error message____
    Build target 'Target…

    • over 12 years ago
    • Software Tools
    • Keil forum
  • Error in LPC23xx.h

    Victor Sanchez
    Victor Sanchez

    I think that there is an error in the LPC23xx.h include file that apperars in the KEIL web site:

    RealView MDK 3.10 -> Supported Devices -> LPC2378 -> Header Files

    The lines:

    /* FIOs can be accessed through WORD, HALF-WORD or BYTE. */
    #define…

    • over 13 years ago
    • Software Tools
    • Keil forum
  • os_dly_wait

    Scott Kelsall
    Scott Kelsall

    Hi

    I am using the RTL RTX from Keil

    Version 3.01 in an LC2214

    Has anyone had any problems with "os_dly_wait" running longer than the time interval set.

    We are running a base load task which basically operates as follows:

    {

    fore…

    • over 13 years ago
    • Software Tools
    • Keil forum
  • TCPNET response to PING

    Christopher Hicks
    Christopher Hicks

    I'm using TCPNET and the RTX kernel on an STR912 ARM9.

    A simple question first: can TCPNET be configured to respond to a broadcast PING?

    Second, I have noticed that sometimes the response time to PINGs gets erratic and long. Normally the response…

    • over 13 years ago
    • Software Tools
    • Keil forum
  • FS Crash on MCB2300 with SD_File Example

    Michael Matsnev
    Michael Matsnev

    I try to use RL-FlashFS. Exactly SD_File Example on MCB2300. RL-ARM Version 3.21. MDK-ARM Version 3.20.
    I modified cmd_fill function:

    /*----------------------------------------------------------------------------
     *        Create a file and fill it…

    • over 12 years ago
    • Software Tools
    • Keil forum
  • Error: L6218E: Undefined symbol

    Dayananda YS
    Dayananda YS

    Hi,

    I am using RVDS 3.0 to build a ARM9 targetted C- verif environment. I am using the following command and I am getting the following Error while linking the same.

    tcc -g --dwarf2 -Iinc,/SCRATCH/arm_h_files,/SCRATCH/arm_h_files,/common -c -D__ARM__…

    • over 13 years ago
    • Software Tools
    • Keil forum
  • CARM & bitfields in a structure : is this a bug ?

    Noel Adams
    Noel Adams

    typedef struct
    {
     int query_zone:4;
    }statusrequest_t;
    
    statusrequest_t state;
    
    state.query_zone=8;
    
    if ( state.query_zone==8)
     printf("The result matches n=%i n\r",state.query_zone);
    else
     printf("This should not occur n=%i\n\r",state.query_zone);
    …

    • over 13 years ago
    • Software Tools
    • Keil forum
  • Bitfield Array

    dietmar linke
    dietmar linke

    Hello to everyone,
    I want to my ARM7 to access a (const)bitfield array, but as i'am absolute beginner not sure about C-syntax. My textbook don't includes Bitfield-Array.
    Hope someone takes a look at this:

    struct
    {
    unsigned char red[32]    …

    • over 13 years ago
    • Software Tools
    • Keil forum
  • RTL L6218E: Undefined symbol

    Kian Chin Liew
    Kian Chin Liew

    Hi, I encounter the following issue during compilation of my real-time test example

    uv3Test.axf: Error: L6218E: Undefined symbol os_active_TCB (referred from rt_task.o).
    uv3Test.axf: Error: L6218E: Undefined symbol os_alloc_TCB (referred from rt_task…

    • over 14 years ago
    • Software Tools
    • Keil forum
  • IENABLE and IDISABLE giving errorin RVCT

    kannan K
    kannan K

    Dear all, I am using LPC 2132 controller. In nested interrupt IENABLE and IDISABLE macros giving error in RVCT.
    The error is as below

    source\cpu.c(61): error:  #20: identifier "LR" is undefined
    source\cpu.c(61): error:  #20: identifier "SP" is undefined…

    • over 14 years ago
    • Software Tools
    • Keil forum
  • re-targetting serial I/O

    Willy Bayot
    Willy Bayot

    When I compile/link the 'hello' example with remapping the serial I/O to the UART1, all is doing well.
    When I do exactly the same in my program, I get the following output from the linker:
    linking...
    *** WARNING L7: MODULE NAME NOT UNIQUE MODULE…

    • over 14 years ago
    • Software Tools
    • Keil forum
  • Errors using library

    Vitalij Gotovskij
    Vitalij Gotovskij

    Hi,




    I have a library "library.a" and I am trying to use it with GNU compiler. As a base I take 'measure' project from examles which is compiling ok without library, but when I am trying to compile project with "library.a" I get a lot of errors like this…

    • over 14 years ago
    • Software Tools
    • Keil forum
  • Getting started with Realview

    dietmar linke
    dietmar linke

    Hello to everyone,

    getting started with Realview seems to be a little complicated.
    The Blinky exampe works. But after adding a printf everything went wrong.
    Now i followed the advices and files in my project are:
    ADuC702x.S (this is the Startup)
    Serial…

    • over 14 years ago
    • Software Tools
    • Keil forum
  • porting uC/OS II to LPC2148

    Borut Kastelic
    Borut Kastelic

    Hello,

    I'm trying to port uC/OS II (i bought the book) to MCB2140 and i'm using Keil CARM compiler. I took port from ucos-ii web site, which was written for IAR. I modified some stuff in asm file (difference betwen iar compiler and keil) but when I…

    • over 14 years ago
    • Software Tools
    • Keil forum
  • newbie to LPC2138,ask how to program assemble code.

    he hai
    he hai

    hi.
    I copy some codes from ADS and then plaster
    them to keil as test.s file.when I compile them.some errors:

    assembling test.s...
    word.s(1): error A65: IDENTIFIER EXPECTED
    word.s(5): error A116: NO CURRENT 'AREA'
    word.s(7): error A116: NO CURRENT…

    • over 14 years ago
    • Software Tools
    • Keil forum
  • Error when linking with Keil

    Emeric kwemou
    Emeric kwemou

    Hello,
    I don't know how to process with this error when linking a new Projeckt.
    Could anyone has a suggestion?

    Best regards
    -Emeric

    *** WARNING L23: UNRESOLVED EXTERNAL SYMBOLS
    *** ERROR L128: REFERENCE MADE TO UNRESOLVED EXTERNAL
    SYMBOL: xSerialPortInitMinimal…

    • over 15 years ago
    • Software Tools
    • Keil forum
  • Remove Keil iinclude in project?

    Leon Montgolf
    Leon Montgolf

    Want to use own hardware abstraction layer files. Need to point to different path for hardware includes. For this I need to remove the Keil default include to their headers. Any ideas?

    • over 12 years ago
    • Software Tools
    • Keil forum
  • uVision3 crashing whenever try to download to flash

    Ian Mellor
    Ian Mellor

    uVision3 is crashing whenever I try to download to flash. My appliation compiles OK but whenever I try to flash the device the windows message "uVision3 IDE has encountered a problem and needs to close. We are sorry for the inconvenience." appears. My…

    • over 15 years ago
    • Software Tools
    • Keil forum
  • Keil CARM 16K size code restrictions

    Daniel Benm
    Daniel Benm

    I would like to know if the Keil ARM tools (uVision IDE) used with the CARM C compiler is restricted in any way to just compile source code > than 16K? Or its restriction only applies when used as a Debugger?

    Thanks;

    Daniel

    • over 15 years ago
    • Software Tools
    • Keil forum
  • Useful utility; project ZIP.

    Leon Montgolf
    Leon Montgolf

    Greetings,

    I keep getting requests from my long-distance collaborators to "just ZIP up your current project and send it to us". This means I need to locate the files in the project from the chaff of abandoned attempts that I have kept for reference…

    • over 12 years ago
    • Software Tools
    • Keil forum
  • __forceinline causing Error L6218E?

    Leon Montgolf
    Leon Montgolf

    Using Keil MCBSTM32 (STM32F103RB processor) and uVision3 V3.55a

    The goal is to "encapsulate" data in C. To do this I want to create access methods (get/put) that are accessible externally, but the data, being declared static, is not.

    I…

    • over 12 years ago
    • Software Tools
    • Keil forum
  • Difficulty debugging ISR issue.

    Leon Montgolf
    Leon Montgolf

    I am using the MCBSTM32 evaluation board. I started with the "blinky" project.

    I wanted to change it so that I could DMA a block of data from the ADC to memory. OK, I did that and it worked fine.

    Next, I wanted to get an interrupt when…

    • over 12 years ago
    • Software Tools
    • Keil forum
  • Bug in MCBSTM32 examples?

    Leon Montgolf
    Leon Montgolf

    Greetings,

    I may have an old version of the distribution files and if that is the case, please ignore this.

    If your use the STM32_Init.c file, this may be of interest to you.

    For the Keil MCBSTM32 examples, all the STM32_Init.c files that I have…

    • over 12 years ago
    • Software Tools
    • Keil forum
  • Timer triggered ADC

    Leon Montgolf
    Leon Montgolf

    Hi,

    Processor: STM32F103RB (Kiel evaluation board MCBSTM32)

    I am attempting to setup a timer triggered ADC operation. To trigger the ADC I was planning to use TIM1_CH1.

    I am having problems understanding the timer section. There are just so many…

    • over 12 years ago
    • Software Tools
    • Keil forum
  • View related content from anywhere
  • More
  • Cancel
<>