• identifier is not defined
    Hi, I am trying to use HAL driver for STM32L053C8 discovery board. In DMA.h I defined: typedef struct { DMA_Channel_TypeDef *Instance; /*!< Register base address */ DMA_InitTypeDef Init;...
  • Supported Operating System for uVision4......?
    Will uVision4 IDE work with Window7 OS(32 bit or 64 bit) or not ?
  • compilation error of identifiers is undefined
    the uVision complained that: stm32f0xx_i2c_cpal_hal.c(121): error: #20: identifier "I2C2_IRQn" is undefined, however, this is defined in the "stm32f0xx.h" and the header file stm32f0xx_i2c_cpal_hal.h...
  • Comparison not true
    Hi Guys, I'm writing my own TCP/IP Stack. I've got following structure: typedef struct __attribute__ ((packed)) { uint16_t type : 16; uint16_t protocol : 16; unsigned char hw_size : 8; unsigned...
  • Cycle Comparison