/var/www/restricted/ssh/stm32/www/stm32circle/ STM CircleOS forum / lcd_cs wrong values in lcd.h of CircleOS-1.7 (ok in 3.1)

Username:     
Password:     
             

Forum
  • Index
  •  » circleOS
  •  » lcd_cs wrong values in lcd.h of CircleOS-1.7 (ok in 3.1)

# 1   2008-12-30 11:23:11 lcd_cs wrong values in lcd.h of CircleOS-1.7 (ok in 3.1)

domen
Member
Registered: 2008-10-27
Posts: 10

lcd_cs wrong values in lcd.h of CircleOS-1.7 (ok in 3.1)

Hi!

Just a note that lcd.h values are wrong (they specify mems cs).

values in 1.7:

Code:

#define CtrlPin_CS               GPIO_Pin_2
#define GPIOx_CS_LCD             GPIOD
#define GPIO_LCD_CS_PERIPH       RCC_APB2Periph_GPIOD

correct values in 3.1 (2.0):

Code:

#define CtrlPin_CS               GPIO_Pin_11
#define GPIOx_CS_LCD             GPIOC
#define GPIO_LCD_CS_PERIPH       RCC_APB2Periph_GPIOC

Offline

 

# 2   2009-01-02 10:02:37 lcd_cs wrong values in lcd.h of CircleOS-1.7 (ok in 3.1)

Francis
Administrator
From: France-Grenoble
Registered: 2007-07-09
Posts: 890

Re: lcd_cs wrong values in lcd.h of CircleOS-1.7 (ok in 3.1)

Yes we found this error while working ton the Primer2. firmware..

Offline

 

  • Index
  •  » circleOS
  •  » lcd_cs wrong values in lcd.h of CircleOS-1.7 (ok in 3.1)

Board footer