User Activity

I had a question regarding the bootloader, more specifically, the for the F429 variant. On app note AN2606, they list the embedded bootloaders. For the F42XXX and F43XXX variants, they list two different bootloader ID's. How do you know which one you...
Does ST provide these manuals in a format other than pdf? Maybe an XML or HTML webpage format that you can click through?
Is there a way to have spi just send an abnormal number of clock cycles as opposed to just 8 cycles at a time? Is bit banging the only way? Can the LL library be configured or coded to do such a thing?
I am trying to set up a timer go to a one shot timer that goes to the DAC update command (to output data that was written via DMA). I am little confused on how to set everything up. I want to set up timer 1 to go to timer 2 and timer 2 will be a one ...
I have a question with regards to DMA. When I do transfer, do I have to re-transfer once I finished transferring my data to the DAC? I am trying to just have go through the same points over and over again, so it could be a time saver if i could do th...