User Activity

Similar question found in the previous post: https://community.st.com/s/question/0D50X00009XkbEZSAZ/uart-multiprocessor-communication?t=1594178292764In the post, it did mentions about supporting Broadcast Message and Specific Address Message but it d...
Hi,My application is to copy the content (32-bit Data) in the Memory to PORT ODR each time it detects a Falling Edge. I use DMA1 from TIMER CCP pin. The problem I have is, DMA1 will stop as soon as it complete the transfer and require to re-enabling ...
Hi All,I am trying to set a few GPIO speed to High Speed but I was struct when PC13-15 are only able to set to Low Speed. May I know is this the STM32CubeMx bugs?Or it is the STM32F446RE limitation? Please help.Many Thanks
Hi Experts,May I know is there any speed different between access direct to Peripheral Register like, GPIOx_IDR? with access directly to SRAM ( using DMA to do Peripheral to Memory)?From this block diagram, the GPIOx_IDR is using AHB1 bus and it runs...
Dear Experts,Can I configure the DMA2 to do say 3 repeats read on GPIOx_IDR by a single DMA request? I do not want to have array of bytes instead I would like to write into a single variable and overriding it with the latest value.I have set the MINC...