• Error in STM32F40x.svd in Keil.STM32F4xx_DFP.2.11.0.pack
    STM32F40x.svd file from Keil.STM32F4xx_DFP.2.11.0.pack contains incorrect description for TIM2->OR register: - register description should be TIM2 option register - and field description should be...
  • I can't start a project with old version of Keil.STM32F4XX_DFP
    I'm new at Keil. I downloaded uVision 5.25.2.0 and I installed Keil.STM32F4XX_DFP. v1.0.8 for STM32F411VETx. And then, I started to create new uVision Project but at "Select Device for 'Target' Target...
  • Cannot download any package with the Pack Installer at all
    When I first start up the Pack Installer, everything works fine and as expected. It downloads all the pack descriptions, detects old versions and sets up everything so I only have to Install or update...
  • Packed structure is not packed
    I would like to have a packed structure (because I'm gonna store those data in flash, and need it as small as possible). I'm using Keil 5.22 on nRF51822. typedef struct { uint16_t packedValue;...
  • problem with shorts in packed structures
    Hi I am using an analog ADuc7022 with the Keil CARM compiler. With a packed structure containing bytes and shorts, I cant access the short data values correctly. For example if I have a short in...