Top "Keil" questions

Keil IDE and compiler tools for ARM and other embedded microcontrollers.

Any function instead of sprintf() in C? code size is too big after compile

I am working on developing an embedded system (Cortex M3). For sending some data from the device to the serial …

c embedded printf cortex-m3 keil
Keil vs GCC for ARM7?

How does Keil compare to GCC for ARM7 development? I'm in the process of choosing hw consultants for a medium …

gcc embedded arm keil arm7
Bootloader for Cortex M3

I am using a LPC 1768 board from mbed, (with cortex M3 cpu) and I am trying to achieve something here, …

c arm bootloader keil cortex-m
Equivalent for NOP in C for Embedded?

I use KEIL to compile a program. The program uses the code asm("NOP"); Unfortunately KEIL compiler does not accept …

c embedded inline-assembly keil nop
How to create a delay function in Keil uVision?

Arduino has a delay(ms) function to pause the program for a certain amount of time. It is very accurate …

c keil 8051
Comparing uint8_t with a number

Maybe I do not understand C++ properly or is it a compiler's bug? uint8_t a = 0x00; uint8_t b = 0…

c++ c keil
need help configuring port to input in 8051

The connection is as follows An infrared sensor circuit which yields 0 or 5v depending on closed or open circuit output …

c 8051 keil
Show printf messages in IDE during debug

We have a device and I'd like to use printf function to send messages to the IDE for debugging purposes. …

debugging arm cortex-m3 keil
Keil Uvision 5 adding header files and source files?

I started with an example project in keil from Nordic SDK. This question is not about the nordic sdk, but …

c header-files keil
argument of type "uint8_t" is incompatible with parameter of type "uint8_t *"

I am trying to compile a USB HID example code on Keil for a STM32F4-Discovery. This code allows …

c pointers embedded keil