User Activity

I'm testing the 14-bit (or 16-bit) output from ADC to display using LTDC module.There is L8 mode among LTDC input types, so I checked the ADC output by normalizing it to 8-bit.But, what i really need is 14-bit (or 16-bit) gray output.I want to know h...
I'm checking the ADC operation with STM32H7B3I-DK board.​To set adc clock frequency up to 50MHz​, i tried to change BOOST bits of ADC_CR register.​However, unlike the rm0455 document that states that bits 8 and 9 (BOOST bits region) can be set, when ...
For example, there are 3 timers (Timer 1, 2, 3).I want to set like below: Timer 1 : MasterTimer 2 : Slave of Timer1Timer 3 : Slave of Timer2When I checked the waveform after setting similarly to the above, it seemed that timer2 could not trigger time...
Currently, i am developing a camera module using STM32F769NI.​When i was trying to figure out how to output the processed video data, i found LTDC module.​​I am wondering if this module can ​be used for digital output in general, ​even if the LCD pa...
I am testing with STM32F769 Discovery board to make video syncs (not vsync, hsync).I am using SPI module to make infinite clock and data.But, it seems not supported in normal and DMA transmit mode (there is delay between transmissions).How should i ...