/var/www/restricted/ssh/stm32/www/stm32circle/
phpMyVisites | Open source web analytics
Pages: 1
A faster way to send data to screen:
#define LCD_Write_Data(a) GPIOE->BRSR = (0x7F80 << 16) | ((a) << 7)
When setting both reset and set bits set bits have more priority acording to SMT32 datasheet.
Offline
thanks for the hint.I installed it