• Multiple USB Interfaces

    Francis Mazzaro
    Francis Mazzaro

    I´m trying to get 02 USBTMC interfaces in a LXP1768 ARM7 with RL-ARM but the host just show me one.
    Anyone know if it´s possible? Any example....

    Following the Configuration

     /* USB Standard Device Descriptor */
    const U8 USB_DeviceDescriptor…

    • over 10 years ago
    • Software Tools
    • Keil forum
  • Create a blank new project using CMSIS library

    João Paulo Martins
    João Paulo Martins

    Hello guys!

    I'm just starting to use the LPC17xx MCU, using the Keil uVision4 as the design tool.
    I want to build a new project, using the outstanding CMSIS library, because this is a complete driver library for the MCU peripherals.

    After studying…

    • over 10 years ago
    • Software Tools
    • Keil forum
  • How to create Header file for a C function

    Himanshu Bugalia
    Himanshu Bugalia

    I created a new project( CHOOSING THE library function) and write the code :

    #include<stdio.h>

    //signed long int pow(signed int base, signed int power)
    signed long int pow(signed int base, signed int power); signed long int pow(signed int base…

    • over 10 years ago
    • Software Tools
    • Keil forum
  • Not able to program ST3210F using uLink2

    Sasi Kumar S.R
    Sasi Kumar S.R

    The sample application download for STM3210F using uLink2 fails by showing the following errors

    1. Contents missmatch at: 08000000H (Flash=00H Required=60H) !
    Contents missmatch at: 08000004H (Flash=05H Required=99H) !
    Contents missmatch at: 08000005H…

    • over 10 years ago
    • Software Tools
    • Keil forum
  • problems after upgrade to mdk 4.10

    sad man
    sad man

    I got a lot of errors after upgrade mdk 4.00 to mdk 4.10:

    error: #5: cannot open source input file "stdio.h": No such file or directory
    error: #5: cannot open source input file "cstddef": No such file or directory
    error: #5: cannot…

    • over 10 years ago
    • Software Tools
    • Keil forum
  • RTX Kernel and stm32f10x_lib.h generates C++ compile error.

    Kris Z
    Kris Z

    Building new firmware application using RTX Kernel and stm32f10x_lib.h generates error because library is not C++ compatible.

    Development Board: STM3210E-EVAL
    OS: RTX Kernel
    Tools: uVision4

    After creating a new uVision project for the STM3210E-EVAL…

    • over 10 years ago
    • Software Tools
    • Keil forum
  • Please help with RTX

    Akhil PB
    Akhil PB

    I'm new to ARM RTX. So i tried to compile the example RTX_ex2 in the RL folder of keil.. Its default controller was LPC2129. It compiled with it. But mine is LPC2148. So I tried to change it. Now it doesnt work anymore. Even when i tried to change it…

    • over 10 years ago
    • Software Tools
    • Keil forum
  • No HID interrupt IN transfers

    Mark Ruys
    Mark Ruys

    Hi,

    For a LPC23xx device, I'm adding HID besides MSC. I got everything working fine, except for HID interrupt IN transfers. So I can get and set HID reports via control transfers. Also, I can set reports via interrupt OUT transfers, but not IN.…

    • over 11 years ago
    • Software Tools
    • Keil forum
  • Problems with STM32F10x_StdPeriph_Lib

    Marco Schuler
    Marco Schuler

    Hi all,

    I am trying to set up my project with a Keil MCBSTM32C Eval Board using STM32F10x_StdPeriph_Lib which is provided with Keil's uVision. I have problems getting things running...

    - In my main file, I include stm32f10x_lib.h which is in…

    • over 10 years ago
    • Software Tools
    • Keil forum
  • Lint error 96

    Simon Bigwood
    Simon Bigwood

    I have a problem trying to get PC-Lint to work from within Keil uVision4.

    I have a very simple code but Lint is still giving me errors. The code is....

    #include <stdio.h>
    int main (void)
    {
            int i = 1;
    }
    

    However when i run Pc-lint…

    • over 11 years ago
    • Software Tools
    • Keil forum
  • Keil C error,help me!

    9449 1203
    9449 1203

    compiling C:\Keil\C51\INC\Atmel\at89c51xd2.h...
    C:\KEIL\C51\INC\ATMEL\AT89C51XD2.H(19): error C156: 'P0_7': invalid 'sbit' declaration
    C:\KEIL\C51\INC\ATMEL\AT89C51XD2.H(20): error C156: 'P0_6': invalid 'sbit' declaration…

    • over 11 years ago
    • Software Tools
    • Keil forum
  • Error: L6200E: Symbol multiply defined compiling Adam Dunkels uIP

    lopez garcia
    lopez garcia

    Hello,

    I get this error when compiling Adam Dunkels uIP adapted to LPC-2124 board. fs.c contains the functions to open files (fs_open) and fsdata.c contains the html code of these files. I'm completely stuck with this, I would apreciate any help.…

    • over 11 years ago
    • Software Tools
    • Keil forum
  • Stuck at Startup code

    Dinil Divakar
    Dinil Divakar

    Vectors LDR PC, Reset_Addr LDR PC, Undef_Addr LDR PC, SWI_Addr LDR PC, PAbt_Addr LDR PC, DAbt_Addr NOP ; Reserved Vector LDR PC, IRQ_Addr

    LDR PC, [PC, #-0x0120] ; Vector

    from VicVectAddr

    LDR PC, FIQ_Addr

    Reset_Addr DCD Reset_Handler

    Undef_Addr…

    • over 11 years ago
    • Software Tools
    • Keil forum
  • Error L6218E When Compiling TCP-IP in RTX Mode

    Rudy Moniaga
    Rudy Moniaga

    Hi,
    Could any one help me.

    I got a lot of Errors L6216E (listed at the end of this post).

    I am using Sample code LEDSwitch from keil TCP/IP, and compile with RTX Kernel. What I did as follow:

    In the Project Workspace:
    - Main C Program
    - LPC2300…

    • over 11 years ago
    • Software Tools
    • Keil forum
  • blinky;stm32f10x;undefined symbol

    xiang mou
    xiang mou

    Hello,in order to become familiar with the STM32F10X I first modified the Blinky program.But I have a problem.When I Build Target,there are errors as follows:

    Build target 'STM32F10x'
    compiling Blinky.c...
    compiling Setup.c...
    compiling spi_flash.c…

    • over 11 years ago
    • Software Tools
    • Keil forum
  • nested interrupts

    keshan g
    keshan g

    Dear all,
    am using LPC2366 if i use macros IENABLE and IDISABLE as in AN10381_1_Nesting_of _Interrupts.pdf.
    // Macro for enabling interrupts, moving to System mode and relevant stack operations
    #define IENABLE /* Nested Interrupts Entry */ \
    __asm {…

    • over 12 years ago
    • Software Tools
    • Keil forum
  • DNS_demo failure - MCB2300

    qihua wu
    qihua wu

    Hi,
    I'm using a MCB2300 with LPC2368 and the DNS_demo program.
    But I can't get the DHCP client and DNS Address from TCPNET working.
    How could i experiment?
    Thanks!

    This is Debug information:
    DNS Resolver Demo Example

    Resolving host: http…

    • over 12 years ago
    • Software Tools
    • Keil forum
  • How to access the peripherals of Winbond W90P710 with J-Link?

    Darwin Chen
    Darwin Chen

    Hi, all,

    I get the MDK 3.22 evaluation from the Keil site and a J-Link from the Segger agent with evaluation license. My target is W90P710 eval board from Winbond. So, I want to access the peripherals easily when I debug my code. But I just get the…

    • over 11 years ago
    • Software Tools
    • Keil forum
  • Do you the mistake in my USB descriptor?

    Tamir Michael
    Tamir Michael

    Hello,
    I am trying to add a second MSC interface to my USB device, but despite that the second interface is identified by Windows, I get a problem notification (the respective endpoint is never addressed). I just don't see what's wrong. Do you? Thanks…

    • over 11 years ago
    • Software Tools
    • Keil forum
  • Startup.s erorrs

    Marleen ten Broeke
    Marleen ten Broeke

    Hello,

    I am new to uVision and assembly. I am trying to build a project that i found on the internet.

    When i press the build button in uVision3 it starts assembling my startup.s file.
    But it gives an error on every line!
    It says bad instruction!

    …
    • over 12 years ago
    • Software Tools
    • Keil forum
  • keil compilation problem

    jalsa guru
    jalsa guru

    Hi,

    I am running vista operating system and i am not able to comile my source,i am getting below error,please help me to resolve the same.

    Build target 'LPC 2138'
    assembling Startup.s...
    compiling MpCryptoComm.c...
    C:\Cygnus\Arm-Tools\Bin…

    • over 11 years ago
    • Software Tools
    • Keil forum
  • 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 12 years ago
    • Software Tools
    • Keil forum
  • View related content from anywhere
  • More
  • Cancel
<>