• Interrupt vector code missing
    I have project that includes a '.lib' file. The library contains separate modules like adc.c, i2c.c, tmr.c... The interrupt routines are placed in their corresponding modules. The interrupt vectors...
  • 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...
  • 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...
  • ARM: STM32L4xx_DFP missing define
    Hello, I ported a development from F4 processor to L4, and got an error from the compiler, complaining about FLASH_OPTR_nRST_SHDW not defined. Indeed, it seems its definition lacks in stm32l486...
  • 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...