• Problems with STM32F10x_StdPeriph_Lib
    Hi all, I am trying to set up my project with a Keil MCBSTM32C Eval Board using STM32F10x_StdPeriph_Lib which is provided with Keil's uVision. I have problems getting things running... - In my...
  • Problems with STM32F10x_StdPeriph_Lib
    Hi all, I am trying to set up my project with a Keil MCBSTM32C Eval Board using STM32F10x_StdPeriph_Lib which is provided with Keil's uVision. I have problems getting things running... - In my...
  • Start from Project from scratch Problems
    I am having trouble taking the IAP example project written for the MCB2100 (LPC2129) and moving it to the MCB2300 (LPC2378). My procedure was to create a new project targeting the LPC2378 which gives...
  • Start from Project from scratch Problems
    I am having trouble taking the IAP example project written for the MCB2100 (LPC2129) and moving it to the MCB2300 (LPC2378). My procedure was to create a new project targeting the LPC2378 which gives...
  • Can't return from C func called from ASM
    Hello. I have an existing ASM progrom which I am going to convert, as needed, to C. I was succesful at overriding the UART interrupt function (in C). Now, in my main ASM loop I need to check for recieved...