Question
FSMC do not work
Posted on May 10, 2015 at 07:08
I crate a project with stm32cube
my chip is stm32f103zc i enable fsmc for lcd interface and 16 bit data address and A0 for register select . this function HAL_SRAM_Read_16b(&hsram1,&send_address,send_buffer,10); do not work. I see all pin in oscope and do not change any pin. why?