• HAL disabling in the Keil

    nomat
    nomat

    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 …

    • Answered
    • 9 months ago
    • Software Tools
    • Keil forum
  • Secondary UART bootloader example

    James Kent
    James Kent

    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…

    • 9 months ago
    • Software Tools
    • Keil forum
  • SCVD XML parsing error, print in '<out> <item>'

    ajcurtis
    ajcurtis

    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

    • 10 months ago
    • Software Tools
    • Keil forum
  • LPC2148 timer0 not working as expected

    kamalpancholi
    kamalpancholi

    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…

    • 11 months ago
    • Software Tools
    • Keil forum
  • Cannot proccess one or more requested actions.

    FrajoMethippara
    FrajoMethippara

    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

    • 11 months ago
    • Software Tools
    • Keil forum
  • New Migration test

    Rams Yan
    Rams Yan

    <h1>
    
    <b> Test migration </b>
    
    </h1>

    • 11 months ago
    • Software Tools
    • Keil forum
  • Undefined symbol

    Hakan Tandogdu
    Hakan Tandogdu

    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…

    • over 2 years ago
    • Software Tools
    • Keil forum
  • Keil RTX(5) Viewers not working

    Muhammet YILDIZ
    Muhammet YILDIZ

    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…

    • over 2 years ago
    • Software Tools
    • Keil forum
  • Event Viewer with RTX5 doesn't display separate threads

    Rodney Grainger
    Rodney Grainger

    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…

    • over 3 years ago
    • Software Tools
    • Keil forum
  • ARM Keil error #17 expected a “]”

    Demetris Tziambazis
    Demetris Tziambazis

    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):…

    • over 5 years ago
    • Software Tools
    • Keil forum
  • FatFS - f_mkdir will not create a 4th level dir

    steve kerich
    steve kerich

    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…

    • over 5 years ago
    • Software Tools
    • Keil forum
  • Having issues compiling various CMSIS drivers for the LPC4357

    Nick Gardner
    Nick Gardner

    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…

    • over 6 years ago
    • Software Tools
    • Keil forum
  • STM32F10x DMA Error

    mike morgen
    mike morgen

    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…

    • over 6 years ago
    • Software Tools
    • Keil forum
  • Bug in NVIC_GetPriority (Cortex-M0) ?

    c xh
    c xh

    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…

    • over 7 years ago
    • Software Tools
    • Keil forum
  • Usb failed packets

    Jamie Matthews
    Jamie Matthews

    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…

    • over 8 years ago
    • Software Tools
    • Keil forum
  • enable_irq()/disable_irq() in ARMCC V4

    George Brindeiro
    George Brindeiro

    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,…

    • over 8 years ago
    • Software Tools
    • Keil forum
  • Avoid using Keil 4.13a - it generates defective code

    Jaroslav Fojtík
    Jaroslav Fojtík

    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…

    • over 9 years ago
    • Software Tools
    • Keil forum
  • Assembler: Meaning of Rn,Rt,Rm etc.

    HenkvW
    HenkvW

    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,

    …
    • over 9 years ago
    • Software Tools
    • Keil forum
  • component

    daryll cheng
    daryll cheng

    Can anyone assist with the availability of a USB component that allows
    communication with the USB device. The same as a RS232 component can connect
    and communicate with a RS232 device. But for USB devices.

    • over 9 years ago
    • Software Tools
    • Keil forum
  • HELP: GNUARM in KEIL ???

    Ajoe Lee
    Ajoe Lee

    I opened C:\Keil\ARM\GNU\Examples\Blinky project
    and opened Project->manage->components..books dialog to set the GNUARM tools:select USE GNU compiler

    GNU-tool-prefix:arm-none-eabi-
    cynus Folder: C:\Program Files\CodeSourcery\Sourcery G++ Lit…

    • over 11 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 11 years ago
    • Software Tools
    • Keil forum
  • C++ project linking problem

    F D
    F D

    Hi everyone,

    I created a C++ project and implemented some basic classes. The compilation works fine but in the linking process I get some errors. I don't really know what I do wrong. I assume someone familiar with using C++ and RealView can help.…

    • over 12 years ago
    • Software Tools
    • Keil forum
  • error message

    Justin So
    Justin So

    i wan't solution please..

    uVision3 V3.60(RealView MDK-ARM version:3.20)

    this is my project .c source file..

    project function is simple GPIO test program

    ///////////////////////////////
    #include <ADuC7024.h>

    unsigned int i = 0;

    int…

    • over 12 years ago
    • Software Tools
    • Keil forum
  • tcp/ip: ARP broadcast trailing zeros, fails

    Dave Perry
    Dave Perry

    I'm attempting to set up a TCP socket connection using the MCB2300 eval board. The board sends an ARP request, but it is not answered by the gateway. Using Ethereal, I compared the ARP request with one from my PC. One difference is there are 18 trailing…

    • over 13 years ago
    • Software Tools
    • Keil forum
  • MDK3.02a Update had error!

    Rock feng
    Rock feng

    I download mdk3.02a and install, but when debug keil uV3 show:
    --------------------
    *** Restricted Version with 16384 Byte Code Size Limit
    *** Currently used: 28228 Bytes (172%)

    *** error 120: code size limit exceeded
    --------------------

    uV3 about…

    • over 13 years ago
    • Software Tools
    • Keil forum
  • View related content from anywhere
  • More
  • Cancel
<>