• Simple LCD program code MCBSTM32 kit board
    Hi all I need a simple LCD Program code without any other tasks such as serial and GPIO co that I can see it clearly how it works. I need it badly. I am using MCBSTM32 kit board. Would be grateful if...
  • More ADC channels on MCBSTM32 demo board
    I am using the MCBSTM32 board from Keil (STM32F103RBT6), Blinky example. I has only one AD channel defined where the potmeter is connected (PA1, ADC1). I need more ports as AD inputs, PA2 to PA7 (ADC2...
  • Simple LCD program code MCBSTM32 kit board
    Hi all I need a simple LCD Program code without any other tasks such as serial and GPIO co that I can see it clearly how it works. I need it badly. I am using MCBSTM32 kit board. Would be grateful if...
  • More ADC channels on MCBSTM32 demo board
    I am using the MCBSTM32 board from Keil (STM32F103RBT6), Blinky example. I has only one AD channel defined where the potmeter is connected (PA1, ADC1). I need more ports as AD inputs, PA2 to PA7 (ADC2...
  • STM32F Sleep Mode
    Hello, I am having trouble entering sleep mode with the STM32F103 and RL-RTX. I am expecting the processor to halt indefinitely when I call the following code: printf("calling __WFI();\r\n");...