/var/www/restricted/ssh/stm32/www/stm32circle/
phpMyVisites | Open source web analytics
Pages: 1
Hi!Just a note that lcd.h values are wrong (they specify mems cs).values in 1.7:
#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):
#define CtrlPin_CS GPIO_Pin_11 #define GPIOx_CS_LCD GPIOC #define GPIO_LCD_CS_PERIPH RCC_APB2Periph_GPIOC
Offline
Yes we found this error while working ton the Primer2. firmware..