2022-05-09 08:48 PM
2022-05-10 12:47 AM
FMC would be like a memory read.
So perhaps as a pointer or structure pointer.
uint32_t *ptr = (uint32_t *)0x60000000;
printf ("%08X %08X\n", ptr[0], ptr[1]);
2022-05-10 01:23 AM
Well.. what i am trying to do is that i use the fmc with LCD TFT and i want to use the same fmc to interface with the adc7606. do you think is a good idea ?
2022-05-10 03:21 AM
Should be workable if you sub-decode the address space. Or use different chip select signals, the STM32 should subdivide into 64MB regions.