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…
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…
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…
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…
Does anyone know if it is possible to define an MDK "Custom Tool Menu" item from within a device pack?
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…
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…
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…
Hi,
I bought a new NUCLEO-G474RE and I don't want use HAL drivers (I always programm in registers). Is it possible STM32CubeMX disable In the Manage Run-time Environment? I don't know how I can create clear project without HAL drivers.
Thank …
I'm looking for some example code to write a secondary UART based bootloader, my design has an external supervisor/watchdog IC on the board, this means that for the initial programming I need to disable this with a jumper.
Currently the unit is programmed…
I am following appnote 316 to configure stack usage monitoring. Keil is giving an error "E405: Invalid statement" on the print element. As far as I can tell this is valid and correct.
How do I resolve this issue?
Thanks

I am new to ARM and I am trying to produce 1 second delay using timer 0 in LPC2148. But in debug session in Keil, it is giving delay of 4 seconds with 15MHz and 5 seconds with 12 MHz. What is the issue ?
Here is my code.
#include <lpc214x.h> int main…
Hi,
When I try to install packs of STM32F407VG, it shows 'Cannot proccess one or more requested actions'.I follow tutorial from udemy.Somebody please help me.I am a begginer.
Thankyou

<h1> <b> Test migration </b> </h1>
I can not compile a very simple PWM program on Keil
The same program is compiled on Energia
The message that I get is below:
For your information main.c is in the source file and I use C not
C++.
µVision Build Log
Project:
C:\Keil…
Hello,
I am using Keil 5.25.2.0, STM32F103C8 bluepill board and J Link EDU for debugger.
I want to use keil rtx rtos because its System and Thread viewer. But when i use RTX5 it is not working.
I am creating project using keil new project wizard…
Hi
I'm running MDK 5.22 with CMSIS-RTOS2 RTX5 in a simple test using Event Viewer with a UNINK Pro on an STM32F429.
I suspect I'm doing something wrong, but I cannot figure out how
to get the Event Viewer to display separate threads.
All…
I am trying to build a program on Keil µVision v.5.12.
The errors seems to be only "one" (expecting a ]) .
Rebuild target 'Target 1' compiling ax.c... ax.c: Warning: C3910W: Old syntax, please use '--c99'. 23_2\fixvector3d.h(30):…
Hi
I know this is not a RTX or Cortex M3 related question but I am desperate for some ideas about why elm chan's FatFs does will create a directory that is more than 2 levels deep at times. The FatFs forum is not very active with answers and I was…
I have been trying to compile the drivers for the LPC4357 found at www.lpcware.com/.../lpc4350apdlzip for a while now, but I keep getting lots of strange errors, usually something like this:
compiling lpc43xx_i2c.c...
H:\LPC4357\Source\lpc43xx_i2c…
Hi,
I have started a new project on Keil 5.1, When I check the DMA driver
in the Manage environment runtime, If I select the MCU to be
STM32F107VC, the project will compile Normally.
But I need the MCU to be STM32F103RB, But when I create the project…
Hi,
Here is the return statement in Cortex-M0's function NVIC_GetPriority ----
__STATIC_INLINE uint32_t NVIC_GetPriority(IRQn_Type IRQn)
{
if(IRQn < 0) {
return((uint32_t)((SCB->SHP[_SHP_IDX(IRQn)] >> _BIT_SHIFT(IRQn) ) >> (8 - __NVIC_PRIO_BITS…Hello,
What could be causing failed packets
Connection Status Device connected Current Configuration 1 Speed Full Device Address 1 Number Of Open Pipes 0 Device Descriptor NXP LPC17xx Speaker Offset Field Size Value Description 0 bLength 1 12h…
Hi everyone,
I have posted to this forum a couple months ago about using the enable_irq()/disable_irq() instruction intrinsics in RealView Compiler (ARMCC V4.0.0.728). In that occasion, I set up two software interrupts for calling such intrinsics,…
I warn anybody before using ARM Keil 4.13a. It generates defective code. I have spent several hours with debugging a code that has been already worked. The problem affects local variables of functions and passing arguments. Code has been wrongly compiled…
Hi,
All assembler instructions (examples) refer to registers as Rn, Rm, Rt etc.
I cannot find some explanation of this .n, .m, .t letters.
I searched the complete Assembler helpfile and all Programming pdf's.
Who can help me out? Thanks,
…