• SPI Init SPI_NSS compiler error
    I'm using the Keil MCBSTM32 (STM32F103RBT6) and Keil uVision 4.21.0.0. The startup file is "startup_stm32f10x_md.s". I'm trying to setup SPI1 and I'm getting a compiler error on the line "SPI_InitStructure...
  • SPI Init SPI_NSS compiler error
    I'm using the Keil MCBSTM32 (STM32F103RBT6) and Keil uVision 4.21.0.0. The startup file is "startup_stm32f10x_md.s". I'm trying to setup SPI1 and I'm getting a compiler error on the line "SPI_InitStructure...
  • emwin initalization problem (GUI_Init)
    Dear friend, I need to set up a project with emwin on LPC1788. I have downloaded the sample emwin file from NXP website, but I cannot make it work. I have customized most of the part I am aware are...
  • emwin initalization problem (GUI_Init)
    Dear friend, I need to set up a project with emwin on LPC1788. I have downloaded the sample emwin file from NXP website, but I cannot make it work. I have customized most of the part I am aware are...
  • Problems with init of a function pointer
    Hello I've a problem when initializing a global function pointer. Depending on where the function pointer is created, the adress of the funciton pointer is 0 (=wrong). There are no warnings in the...