• USART2 Interrupt occur just one time or too late or never. (stm32f10 Keil)

     Enthusiastic
    Enthusiastic
    Hello there. I have a homework to do stopwatch, but I'm having a few problems. 
    In code there are 4 button interrupt(B0-B3), 1 timer1 interrupt for 1 ms and USART2 interrupt.
    Buttons and timer interrupts work properly but USART2 interrupt work just…
    • 12 days ago
    • Software Tools
    • Keil forum
  • Reverse engeneering / debug / emulate .bin stripped firmware

    davidtgbe
    davidtgbe

    Hello,

    I am trying to find out GPIO mapping on a board with an STM32F407 (which firmware function is related to which GPIO). I know I could do it using a LA, but pins are note very accesible.

    I have no access to source code so... I only have a firmware…

    • 1 month ago
    • Software Tools
    • Keil forum
  • Initialize C ++ object array in constructor?

    blahBlah
    blahBlah

    I am facing issues with initialization of an object array within the Constructor. I would like to initialize my array using initialization from brace-enclosed lists. But the armcc compiler for some reason, doesn't compile my code nor throw me a warning…

    • 4 months ago
    • Software Tools
    • Arm Compilers forum
  • Markers in Binary file

    pdev
    pdev

    Hello alltogether,

    for me a binary-file (.hex or .bin) looks like there is no structure in it. 

    Do you know if it could be possible, to mark all my binarys, so that i can recognize? E. g. with a unique string i could grep or ? Or let's say line xyz start…

    • 5 months ago
    • Software Tools
    • Keil forum
  • Keil uVision Error L6218E: Undefined Symbol APBPrescTable (referred from stm32f4xx_hal_rcc.o)

    WillJackman
    WillJackman

    I'm new to uVision for a University project and since trying to get my code to build on my PC at home I get this error with any code I try to compile. Anyone know any way to fix this? I've been racking my brain for hours trying to find a solution as I…

    • 5 months ago
    • Software Tools
    • Keil forum
  • Keil Error: L6218E undefined symbol to *a struct*

    CuriousBee
    CuriousBee

    Hi,

    I am trying to compile my code but I am ending up with ERROR: L6218E : Undefined symbol Bit (referred from main.o).

    Where Bit is a struct that I am using to store boolean values. For eg:

    In variable.h file

    struct
    {
    	unsigned bPowerONStatus : 1;
    …

    • Answered
    • 6 months ago
    • Software Tools
    • Keil forum
  • WRPERR when set breakpoints

    rPulvi
    rPulvi

    The scenario is STM32L0 (ST Nucleo evaluation board) and custom firmware.

    When I execute the code in debug mode and it stops at main function, the value of FLASH->SR is 0x0000000C, and it looks good for me.
    Now, without running the code, if I simply…

    • 8 months ago
    • Software Tools
    • Keil forum
  • Problem with GCC and string.h and stdlib

    nehal nehal
    nehal nehal
    Note: This was originally posted on 8th October 2008 at http://forums.arm.com

    Hi everyone,

    i have following trouble with keil arm gnu compiler. i have recently moved to gnu and now i am having hard time to set it up.

    description of problem: i am using real…
    • over 6 years ago
    • Software Tools
    • Keil forum
  • Guidance - Keil µVision for ARM processors

    Mohini
    Mohini

    i am a complete newbie to ARM, I've done projects on AVR.

    so please guide me on how to get started with ARM.

    How to code for ARM, what software to use

    i've used KEIL Microvision, atmel studio and proteus till date and want to learn ARM ds5

    Can i use…

    • Answered
    • over 6 years ago
    • Software Tools
    • Keil forum
  • List of configuration options in .uvprojx and .uvoptx files (Keil uVision 5)

    Bojan Potocnik
    Bojan Potocnik

    Hello!

    As an author of CMake <> uVision Synchronizer project, I am trying to find a list of all possible (or at least all mandatory) configuration options in uVision5 Project File (.uvprojx) and uVision5 project options (.uvoptx) XML files.

    Now the…

    • over 1 year ago
    • Software Tools
    • Keil forum
  • Getting Error " As not target connected" in STM32 controller

    Toolchain missing
    Toolchain missing

    Hi,

    I have generate led blinking project for MDK ARM Keil uvision5.25 using STM32CUbeX IDE. 
    Project is compiled successfully with 0 error. 
    Getting Error " As not target connected" when i try to load the firmware as per attached images. 
    Connecting…

    • over 1 year ago
    • Software Tools
    • Keil forum
  • Getting error L6050U in Keil for building project of STM32L151CB microcontroller

    Toolchain missing
    Toolchain missing

    Hi,

    I am using Keil uvision version 5.25  for development of project using STM32L151CB ARM cortex M3 microcontroller. As i am beginner for this. So i have download firmware of RAK5205 development board from git. But i am getting error "Error .\Objects…

    • over 1 year ago
    • Software Tools
    • Keil forum
  • TM4C123 UART1_Handler

    Mission
    Mission

    Hi All;

    I'm using uvision compiler. Below A portion of my code regarding UART1 RX interrupt.

    I was using reading flags. I want to use interrupt.

    I didn't get an interrupt. What is wrong?

    #define UART_INT_EN *((unsigned long int *)(0xE000E100…

    • over 1 year ago
    • Software Tools
    • Keil forum
  • Need solution to resolve the error getting in keil uvision 5.25 set up

    Toolchain missing
    Toolchain missing

    Hi to all team members,

    I am using Wis trio Lora tracker RAK5205 board  with STM32L1 ARM Cortex m3 low power microcontroller for development purpose.

    I have install latest Keil uvision 5.25 and also update all packs. But than also i am getting error as…

    • over 1 year ago
    • Software Tools
    • Keil forum
  • Startup file uvision v5.26

    Vienna
    Vienna

    I got a project folder for STM32f3 Discovery board (I dont know in which IDE is written), the folder consists of the following subfolders (CMSIS, FreeRTOS, Inc, Src, STM32F30x_StdPeriph_Driver).

    I can import the project into a new project in uvision v5…

    • over 1 year ago
    • Software Tools
    • Keil forum
  • Retrieving heading data from BNO055 IMU using STM32F401VCTx-Keil uVision 5

    malleo
    malleo

    Hello all,

    I am working on a navigation project that requires reading IMU heading data as an output. I have chosen the STM32F401VCTx chip for my custom board and am interfacing with an Adafruit IMU. Communication is through I2C, which I have some experience…

    • over 1 year ago
    • Software Tools
    • Keil forum
  • in debug mode, won't enter main()

    Peter Choudek
    Peter Choudek

    Hello,

    I am looking for some help with my Keil uVision 5.27.  I am able to run some example code for my chip that I downloaded from NXP.  I have 0 errors and 0 warnings.  I am able to go into the debug mode, but when I set a breakpoint in the main code,…

    • over 1 year ago
    • Software Tools
    • Keil forum
  • View related content from anywhere
  • More
  • Cancel