• MDK5 RTE CubeMX Integration: Solved
    Hi Posting to let others know as it took me a while to work out what was going on. I could not find documentation on this or forum entries. Problem: When creating a new project (or converting...
  • 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...
  • 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...
  • 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). ...