User Activity

Posted on March 29, 2014 at 00:40Is anyone aware of any documentation that contains an easily parseable system register specification for an STM32 MCU that one could use to generate code, documentation, etc... from?  Something like the reference man...
Posted on May 02, 2013 at 15:23I have the following configuration: - STM32F4 MCU - 2 external SRAM chips (at 0x6000000 & 0x64000000) - USART1 running in Interrupt IO mode. - Stack in CCM The SRAM and USART code is almost verbatim from the STM32F4 ...
Posted on March 18, 2013 at 12:32I have an STM32F4 based board, and I'd like to (for better or for worse) use the USB port as a console port to my board. I've already modified the CDC (VCP) Full Speed example, and have RX, TX, and VBUS sensing work...
Posted on March 12, 2013 at 05:29I'm having trouble leaving DFU mode (following instructions on pp 18 ~21 of http://www.st.com/st-web-ui/static/active/jp/resource/technical/document/application_note/CD00264379.pdf) and entering my application while ...
Posted on March 08, 2013 at 10:31 I've stolen some code from Clive's post here <https://my.st.com/a99fbbe2> (Thanks Clive!) and it works great for computing a CRC all at once. In other words, the following function signature. unsigned...