Lines Matching full:set
51 #. Set project name and location.
52 #. Set Targeted Project Type to STM32Cube and press Finish.
56 #. Set High Speed Clock to "BYPASS Clock Source", and Low Speed Clock to "Crystal/Ceramic Resonator…
57 #. In the System Core category select SYS, and set Timebase Source to other than SysTick (in our ex…
59 #. Set the HCLK clock frequency to the maximum value (216 MHz for the STM32F746).
65 #. Set Mode to Transmit Only Master, and Hardware NSS Signal to Disable.
67 #. Set Frame Format to Motorola, Data Size to 8 Bits, First Bit to MSB First.
68 #. Set the Prescaler to the maximum value according to the LCD controller’s datasheet (e.g., 15 MBi…
69 #. Set NSSP Mode to Disabled and NSS Signal Type to Software.
71 #. Set Priority to Medium, Data Width to Half Word.
73 #. In GPIO Settings set SPI1_SCK to Pull-down and Very High output speed and set the User Label to …
74 #. Set SPI1_MOSI to Pull-up and Very High, and name it ``LCD_SDI``.
76 #. Set ``LCD_CS`` to No pull-up and no pull-down, Low level and Very High speed.
77 #. Set ``LCD_RESET`` to Pull-up and High level.
78 #. Set ``LCD_DCX`` to No pull-up and no pull-down, High level and Very High speed.
79 …tings. On the right hand side there is a Register Callback window. Select SPI and set it to ENABLE.
205 /* Set the SPI in 8-bit mode */
230 /* Set the SPI in 8-bit mode */
242 /* Set the SPI in 16-bit mode to match endianness */
306 /* set screen background to white */