• RE: 2input serial port with 8051

    Khawla Mohamed
    Khawla Mohamed

    I have a problem only on Rx (bar code reader and RF resivier).
    At TX we have only RF transmitter

    Thanks

    • over 14 years ago
    • Support forums
    • Keil forum
  • RE: Can I take the address of a function argument?

    ImPer Westermark
    ImPer Westermark

    The first function takes a pointer - so you already got the address of the buffer where you are expected to store the answer.

    The second function takes an int - that is a local copy so you may take the address of this local variable Arg but can't return…

    • over 9 years ago
    • Support forums
    • Keil forum
  • Declaring local variable causes L15 warnings, but only on optimization level 9

    Niko O
    Niko O

    For reference, please take a look at this older question of mine:
    https://community.arm.com/developer/tools-software/tools/f/keil-forum/41992/spurious-link-from-isr-to-pr-main
    Previously, function pointers that were placed in a global table made the linker…

    • over 2 years ago
    • Support forums
    • Keil forum
  • Why Debug (printf) viewer has no output in Keil?

    hxxiao
    hxxiao

    Hi ,

    I'm trying to print something via "ITM_SendChar();"  in the Debug (printf) Viewer of Keil. But it seems no work for me.

    Environment:  KEIL v5.17 + STM32L475VE + ST-LINK V2-1

    Trace settings:

    Code in main.c:

    void main(void)
    {
        //SYSCLK…

    • over 4 years ago
    • Support forums
    • Arm Development Studio forum
  • Emwin Memory usage

    Anuj Tanksali
    Anuj Tanksali

    Hi

    I have developed a Secondary Boot Loader on LPC1788. I am using Emwin Graphical library. my main application shows dialog boxes on LCD and everything is working fine. My LCD is 7" Hantronix LCD

    I wanted to shown a progress bar on to LCD in…

    • over 8 years ago
    • Support forums
    • Keil forum
  • Arm Compiler for Linux: what is new in the 22.0 release?

    Arm Compiler for Linux: what is new in the 22.0 release?

    Ashok Bhat
    Ashok Bhat

    Arm Compiler for Linux 22.0 is now available with improved compilers and libraries. Arm Compiler for Linux (ACfL) is a combination of Arm C/C++ Compiler (armclang), Arm Fortran Compiler (armflang), and Arm Performance Libraries (ArmPL). In this blog,…

    • over 1 year ago
    • Arm Community blogs
    • Tools, Software and IDEs blog
  • RE: ENC28J60 driver

    ImPer Westermark
    ImPer Westermark

    Sorry, but I couldn't find the driver.

    But I did have a kit with 27 viruses I did send. It is quite creative, with permutating, self-modifying code, so it just might support transposing itself for use as a driver. I'm not sure if your virus scanner…

    • over 11 years ago
    • Support forums
    • Keil forum
  • Flashing LPC4074 with ULINK

    Gunnar Bohlen
    Gunnar Bohlen

    Hello,
    I try to use ULINK2 /ULINK ME to write my code into the internal flash of the controller.
    In a second step I want to debug the code using ULINK2 oder ULINK ME

    I use the ULINK2 in other projects and it works as expected.
    In the "Cortex-M Target…

    • over 8 years ago
    • Support forums
    • Keil forum
  • RE: volatile int typecast return value. Could this make problem?

    Yasuhiko Koumoto
    Yasuhiko Koumoto

    Hello  levi,

    if the retval of the volatile function was incorrect, it would might be a bug of the compiler.
    The difference between
    retval = SomeFunction();
    and
    retval = (volatile int)SomeFunction();
    is whether the function must be executed for every call…

    • over 7 years ago
    • Support forums
    • Embedded forum
  • Keil MDK-ARM 5.24/5.25 Source Browser problem with ARMC6

    Dung Do Dang
    Dung Do Dang

    Hello everyone,

    I have been using MDK-ARM with STM32F7 with ARMCC5 for a while now.
    I have switched to ARM Compiler version 6.6 (MDK 5.24) and 6.9 (MDK 5.25) and modified the source code to compile with LLVM/Clang.

    I have observed a problem with…

    • over 5 years ago
    • Support forums
    • Keil forum
<>