User Activity

Hello. I've noticed that DCMI/PSSI code does not provide this functionality, but it is very handy when using DMA in circular mode (ADC, frame buffer pumping to other interfaces, etc.). I've tested DCMI+DMA circular mode on F4 and PSSI+DMA circular mo...
According to datasheet, STM32H7B0VBT have 1024Kb of AXI SRAM, it is defined in STM32H7B0VBTX_FLASH.ld. But for some reason the same memory is limited to 128Kb in STM32H7B0VBTX_RAM.ld. I modify linker scripts according to my needs, but maybe I missing...
According to RM, "The I2C detects its own SCL low level after a tSYNC1 delay depending on the SCL falling edge", andi2sT=1/i2sclktSCL=tSYNC1+tSYNC2+((SCLH+1)+(SCLL+1))*(PRESC+1)*i2sTfSCL=1/tSCLI tried different PLL clock configurations and altered au...
I wanted to send looped signal pattern to I2C DAC at 1 MBit/s (around 100kHz sampling rate) and eventually found a solution. Original problem description: Because DAC is accepting 16bit frames I set NBYTES to 254 (254/2=127 DAC samples) and RELOAD bi...
According to AN5354:Page 13 / Table 12: Number of ADC = 2, resolution = 12, LQFP100, maximum ADC frequency is 35MHz (providing 70MHz from PLL2P before /2 divider)Page 15 / Table 16: Direct 4.38 MSPS Fast 3.83 MSPSAnd according to formula from RM: Tco...
Kudos from
Kudos given to