User Activity

Hi,I am trying to add a LCD with 24-bit RGB interface and an external SDRAM(IS42S32400F, a variant of the chip used in F746Disco board) to our STM32F767BGTx based product. So far I have read AN4661(Getting started with STM32F7 Series MCU hardware dev...
As of version 1.1.0 of X-CUBE-SUBG2, file app_x-cube-subg2.c contains two uninitialized pointers. typedef struct { uint8_t Cmdtag; uint8_t CmdType; uint8_t CmdLen; uint8_t Cmd; uint8_t DataLen; uint8_t* DataBuff; // This pointer }AppliF...