This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Another MCBSTM32E board/software problem

Hi,

newbie getting a little tired of ARM and this hardware/software thing...

Using uVision4 with the MCBSTM32E board with a STM32F103ZE processor.

Besides the startup problem if I download some other example (RTX_Blinky) from the installation Cd-rom then the onboard color display shows the text as MIRRORED text! As if one is reading from the backside of the display.

Where are the experts? ;-)

B.t.w. I'm using Windows7.

Henk

Parents
  • The thing is that different displays are put on the boards then ones that were initially produced, so the examples were not yet updated.

    You can look for reference at LCB_Blinky example for MCBSTM32C board in folder: \ARM\Boards\Keil\MCBSTM32C\LCD_Blinky\ you can look at file GLCD_SPI_STM32.c
    routine

    void GLCD_Init (void)
    

    has support for both LCD displays old and new and you can analyze it to change init routine to fit new display on MCBSTM32E board.

Reply
  • The thing is that different displays are put on the boards then ones that were initially produced, so the examples were not yet updated.

    You can look for reference at LCB_Blinky example for MCBSTM32C board in folder: \ARM\Boards\Keil\MCBSTM32C\LCD_Blinky\ you can look at file GLCD_SPI_STM32.c
    routine

    void GLCD_Init (void)
    

    has support for both LCD displays old and new and you can analyze it to change init routine to fit new display on MCBSTM32E board.

Children