• Is there any plan for Keil 6 ?

    I have been using Keil for four years, from Keil 4 to Keil 5. On the other hand, I used other program languages such as pythonjavascript and java. The IDEs for them are very convenient and easy to use, which save a lot of time. For example: Visual Studio…

  • Command not supported.

    I'm a beginner to stm32 world, and currently using STM32F407VG and the KEIL version is MDK 5.30. I started with the basic example blinky code. And when I'm trying to flash the code a dialogue box is popping with a message "Command not su…

  • ULINK2 with Infineon XC836 - No JTAG Device Found Error in uVision

    Hi,

    I'm trying to debug an Infineon XC836 micro with uVision 5 but I continually get "No JTAG Device found" errors followed by "No ULINK Device" found errors. I'm using a ULINK2 connected to the OCDS headers and then a JTAG to DAP adapter to connect…

  • Linking process very slow when declaring large amount of data

    Hi, in my project on a Cortex-M4 with an external sdram I declare a large amount of data (63 arrays of 1MByte) placed in a dedicated section using scatter file.

    The data are declared all in a separate module.

    I noticed that the linking process is very…

  • Cannot step over empty FOR loop

    Dear all,

    I'm currently evaluating uVision4.74 as a preparation for a course in embedded systems, so we would like to test the simulation capabilities of this IDE for the TM4C123GH6PM microcontroller. So far the debugging tools are great, however when…

  • Is it possible to run Keil MDK inside a Windows Docker Container?

    We have successfully installed keil-MDK 5.29 inside the docker container with base image Windows server 2019. We used the command line installation options given in the link www.keil.com/.../uv4_ov_install.htm
    and used the command line options given for…

  • How to set DBGMCU_CR register on MDK?

    IDE:MDK5.23.0.0

    MCU:STM32F103RET6

    Code generate:STM32CubeMX

    Q1:How to set the DBGMCU_CR register on MDK?

    I tried two solutions to set DBGMCU_CR on MDK, but failed.

    Solution 1

    Add the conf_STM32F103RE.ini file on Options->Debug->Initialization file.…

  • How to set DBGMCU_CR register on MDK?

    IDE:MDK5.23.0.0

    MCU:STM32F103RET6

    Code generate:STM32CubeMX

    Q1:I want to know how to set the DBGMCU_CR register on MDK?

    I tried two solutions to set DBGMCU_CR on MDK, but failed.

    Solution 1

    Add the conf_STM32F103RE.ini file on Options->Debug->Initialization…

  • what's the symbol or built-in VAR of executable name?

    I can use the symbol |Image$$ER_IROM1$$RO$$Length| to write the RO Length in my Image.

    IMPORT |Image$$ER_IROM1$$RO$$Length|
    DCD |Image$$ER_IROM1$$RO$$Length|

    NOW, i want to use the 【name of executable】write in my binary Image(like pic2 and pic3) automatically…

  • >>> TOOLS.INI - SECTION '[C51]': missing 'PATH' entry ! <<<

    Hi, when I try to open MDK- ARM uVision 5.29. A Dialog Box pops up that says >>> TOOLS.INI - SECTION '[C51]': missing 'PATH' entry !  <<<

    The software does not open at all. Only Pack Installer opens.

    Can someone help me…

  • DMA doesn't work in Keil, but it works in Atmel Studio

    Hello to all,
    I' using Keil MDK ARM IDE to work on a a project with an ATSAML21E18B connected to a shift register. I want to use DMA to send data through SCLK and MOSI pins. To configure my project i used the AtmelStart online platform.
    I connected…

  • FLASH_Unlock() in mdk v5?

    I need to use a library that relies on FLASH_Unlock and functions following it, however upon calling that function I get an error saying the function is invalid in C99. The library I use has an example file which is written in mdk v4 and works just fine…

  • L6218E : undefined symbol, linker problems?

    hi everyone, i've been struggling with a project im working on for the last day (or two).

    i've got two external c files that provide some functions used by fatfs and one of them needs functions out of the other.

    during linking keil spits out the…

  • possibility of using fixed virtual simulator in keil mdk for cortex m4

    Hi,

    I have understood that FVP can be launched using arm development studio (DS-5). But is there any possiblity of launching FVP using Keil MDK?. If yes, it would be helpful to share the process of launching. I am planning to use it for cortex M4

    Tha…

  • Token-pasting ("##") with armcc 5.06

    I'm in the process of porting a lot of code originally written for the C51 compiler.  The code makes extensive use of the "##" token-pasting feature.  Explanation: http://www.keil.com/support/man/docs/c51/c51_pp_tokenpastingop.htm

    How can I…

  • Keil problem with libraries (software packages)

    Hello, 

    I'm very new in Keil software and I'm trying to setup my development enverionment. 

    My MCU is a STM32F746VET and I have generated the porject with the help of STM32CUBEMX. I have imported the generated files to the last version of Keil uVision5…

  • Scrolling with mouse in Project window

    In Project windows, where your files & groups are being displayed:

    Issue #1 Scrolling doesn't work if you have a selected an item in the tree view.

    Issue #2 Scrolling is not smooth in the tree view of the Project window.

    If any one has any quick…

  • MDK Plus 5.28 version compilation issue

    Keil MDK Plus 5.28 version is currently being installed in my laptop but not able to compile code with my earlier worked license.
    Tried all the ARM Compiler versions to compile code but not helping. Not able to figure out the issue..!!
    About uVision…
  • uninstall.exe is not working!

    I've installed several Keil version's and there are multiple bcakups, different versions which are not required now. Before installing new KEIL version V5.27 I wanted to uninstall all other previous versions. but my uninstall.exe is not working at all…

  • KeilV5 crahes while openeing

    Hi all,

     I am a beginner in the embedded field . I have been using keil v5 in windows 7 , while I installed the latest version 5.28 in windows 10 it crashes while launching. The file menu is missing and in place of thata a dummy filed is there. I have…

  • Custom tool menu item in pack file

    Does anyone know if it is possible to define an MDK "Custom Tool Menu" item from within a device pack?

  • converting uppercase To lowercase in assembly language using keil

    Hi 

        I am beginner in assembly language. I want to convert uppercase to lowercase. i am using keil software.Codes which are searched by me on google i try to run but their output 

    invalid.i am using stm32l476VG. Can anyone help me .Code with commenting…

  • How to make Keil MDK listening an IP port and exchange information with other application

    Is there any way to make Keil MDK exchange information with other windows application through socket ?

    I want to develop a debug software. so I need the MDK to send some information (like variable value) to a debug tool (like eclipse) and receive debug…

  • PC-Lint on KEIL C

    Hi, 

    I use KEIL C evaluation version as following with PC-Lint (v1.3 fro evaluation version)

    Tool Version Numbers:
    Toolchain: MDK-Lite Version: 5.28.0.0

    And using below configuration to check MISRA-C

    But after I launch "Lint ALL C/C++ Source Files", there…