User Activity

I'm using STM32F303ZE MCU's FMC(FSMC) to communicate with a special chip. FMC is cofigured in NOR/PSRAM mode, asynchronous, non multiplexed, timing mode D (see attached FMC configuration in CubeMX). FMC clock is equal to AHB MCU clock that is 70MHz. ...
I want to use ADC1 and ADC2 in dual mode simultaneous. In reference manual on p.360 there is a note that states that i can't convert tha same channel on both ADCs simultaneously ("no overlapping sampling times for the two ADCs when converting the sam...