2021-01-20 04:38 AM
Hello,
I need to generate a Manchester Encoded bitstream from one of the GPIO of STM32F4 with a data rate higher than 1 Mbps. Is it possible to do so? If yes, how can I do so?
2021-01-20 05:42 AM
Use a TIM on APB2 to establish rate, use DMA2, and move a pattern buffer to &GPIOx->BSRR
Create the pattern buffer deep enough, and circular, interrupting on DMA HT, TC, so that you can output continuously while decimating interrupt loading.
2021-01-21 02:06 AM
I Will try it, thanks.
2021-01-27 03:20 AM
2021-01-27 03:20 AM
2021-01-27 03:20 AM