Dear Sirs and Madams!
I am having problems debuging following code:
void ueInitLCD(void)
{
// Initialization structures
I2C_InitTypeDef ueI2C_NCP5623_InitStructure;
SPI_InitTypeDef ueSPI_DOGM128_InitStruct;
GPIO_InitTypeDef ueGPIO_DOGM128_I2C_InitStruct;
GPIO_InitTypeDef ueGPIO_DOGM128_CS_InitStruct;
GPIO_InitTypeDef ueGPIO_DOGM128_RST_InitStruct;
GPIO_InitTypeDef ueGPIO_DOGM128_A0_InitStruct;
// Initialize IC2 Bus
RCC_APB1PeriphClockCm
↧