User Activity

I am starting some test with this modulehttps://it.aliexpress.com/item/1005002482177244.htmlwith 7” lcdI have found only one example that run but with TouchgfxI have got the same ioc from this example to generate a new code and insert the functions t...
STM32F0 DISCO.map has been created but I cannot see infoIs there another tool to check this info ?    
void BSP_SPI_Write(uint8_t ValueL, uint8_t ValueR) { char txData[2]; char rxData[2]; txData[0] = 0b10101011; txData[1] = (uint8_t *)&ValueL; HAL_GPIO_WritePin(GPIOD, GPIO_PIN_2, GPIO_PIN_RESET); TIM6delay_us(10); HAL_SPI_Transmit(&hsp...
Do you think is possible add a second lcd display to this evaluation board also without touch screen ?
Here my new code to use encoder with STM32First search on datasheet 2 pins with TIMx_CH1 and TIMx_CH2.In my case was a STM32F469 and I have used PC6 and Pc7 with TIM8_CH1 and TIM8_CH2.After search in the file stm32f4xx_hal_gpio_ex.h the relative AFx ...
Kudos from
Kudos given to