• Drivers in MDK-ARM 5.17 + Keil STM32L4xx_DFP.1.0.0 pack + STM32CubeL4
    Hello, I just installed the software products in title, but cannot find fully usable device drivers for i2c or spi (among others) at the usual place, that is in RTE management window. Moreover, triying...
  • Missing Example Programs
    Hello all, I've bought the MCBSTM32F400UME and I also have downloaded the Keil MDK. Because of the fact that I formaly worked with an other platform lots of thinks are new for me. Know I...
  • missing code for C instruction
    The line /***/ below doesn't generate any code, how to fix? using MSP432p401R //a tree is similar to an inverted 'V' with two branches (left and right) of equal length. //it's assumed lightCount...
  • Link error on missing symbol that is there.
    The symbol X shows up in the link map, but the linker still generates unresolved symbol errors for X in main. Any ideas? File Main.c: extern xdata X[]; static char xdata* p = X; void main( void...
  • Missing CMSIS DriverSPI 2.01
    I have a keil V5.18 with latest pack for STM32L051 (STM32L0xx_DFP 1.5.0), the CMSIS version is 4.5.0. The goal is to use SPI send out information. I find some source code in CMSIS wiki, and initialize...