User Activity

I am using STM32F767ZI.STM32F767ZI has 512kbyte SRAM.However, if you use more than about 133kbyte for global variables etc., the program operation will be strange.Specifically, you will not be able to connect to the USB (VCP Port).I want to secure gl...
I want to use ADC with DMA using Timer Trigger.I want to start ADC with DMA per Timer trigger.But, TRGO(Update Event) does not work properly.Global Interrupt works properly.