• 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 ANSI function --- strtok
    The PKARM doc's do list a fair number of ANSI functions that are not implemented, however I would like the strtok function (which is currently not implemented). Does anyone have a strtok function they...
  • 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...
  • Keil 5 missing components
    Hello, My project is based on nrf52810. I have downloaded almost every pack from Pack Installer in my uVision5. Now I want to add this libraries to my project, but I cannot find them in "Manage...
  • 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...