• 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...
  • STM32LO11G4 RTE
    Hi ! Keil made updates of CMSIS STM32L011G4 to STM32L011G4Uxx. Keil now compile with lot of errors. What should I do ?
  • can not find "STM32Cube Framework API" in RTE configuration?
    I want to build a RTXV5 project based on stm32f103vct together with stm32cubeMX. I know how to start a new RTXV5 project , but when I update my keil to the version v5.24 I found I can not find the...
  • Keil5 RTE: Driver_UART.h replaced by Driver_USART.h
    Keil 5.12 and 5.14 RTE: CMSIS CORE RTOS(API) Keil RTX Device (as needed) Drivers: UART RTE_Device.h: config to use USART1 compiler error: C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\1.1.0\RTE_Driver...
  • UART and RTE driver Problem for LWIP
    Hi I trying to implement PPP using LWIP over new keil 5.1 so on manage run time environment it force me to select uart_driver from cmsis rtos drivers but there is no access to uart_writedata and read...