• STM32L053 Debugger automatically executes
    I have a target board with only a few signals. I have created a very simple Blink LED project from the CubeMX software. It imports into Keil, compiles, and downloads to FLASH. But when it hits the debug...
  • RTE configuration for using USART on STM32L053 nucleo
    Hi everyone, I am having trouble setting up the RTE in keil 5 for using the UART library(Driver_USART.h).I installed everything as recommended on the keil website (Keil.STM32NUCLEO_BSP.1.4.0). ...
  • uvision Simulation of CAN controllers
    I wrote a program to transmit an 8 bit A/D result on CAN2 controller port and reveive it on CAN1 controller port.The Tx happens properly but the CAN1 RX buffer is not able to capture it. My question...
  • Keil uVision 2 - simulator
    hi how does the simulator work? i've been trying to get a real-time clock running in simulation mode, but it's running way too fast. i dont know if there is something i'm not setting maybe? my...
  • Link list in keil uvision simulator
    Hello friends, I am trying to write down link list program given below but, it is not working. Instead of using struct pointer I am able to access structure member. But, why struct pointer is not working...