User Activity

Hello there, I am making an osciloscope I am using ADC with configuration like thisand I am triggering my ADC with 1ms TIM6 and sending this to PC where I display it I am using 240Mhz CPU Clock and my clock configuration looks like this Now everythin...
Hello there, I am trying to read GPIO pins (on row C) with DMA into SRAM, using TIM1 as clockI am using STM32H750B-DKEssentialy, when TIM1 goes high DMA should read from GPIO to SRAM continuously (until its stopped by a user :))Here is what I tried s...
Hello thereI am trying to port a logic analyzer from STMF407: https://code.google.com/archive/p/logicdiscovery/to work on my STMH750B-DKI even found some pins I (think) I can use (PB4,PB6,PB7,PB15 (right arduino connector (D0,D1,D10,D11)I tried to po...
Hello there, I am developing an application that takes data out of SPDIFRX port and I am trying to do this with interupts instead of pollingI am basing my code on polling example that you can find here: https://www.st.com/en/embedded-software/stm32cu...
Hello there, for some reason, I TouchGFX 4.16.1 is the last version that would connect and download examplesfrom 4.17 version onwards, I get no I have internet, I don't know why the app thinks I do not have internet, I would use TouchGFX 1.16.1 but u...