Posted on November 30, 2015 at 22:21 It looks like it depends on which part you have for bit reversal and unit sizes. This is from the app note: I'm using the F4 part and I need byte support so it looks like the hardware doesn't quite c...
Posted on October 01, 2015 at 18:53I prefer a mac....I use a Mac. I use STM32Cube and CrossWorks for ARM. They play nice together and work with the evaluation boards. For details on STM32Cube on a mac, refer to: https://my.st.com/ee402182
Posted on October 01, 2015 at 18:28Has anyone done/seen a bootloader program written in something like QT Creator that would be platform independent?TimbreTalk on github might work for you. It is written in Python and Qt. One of the toolbox tabs imp...
Posted on October 01, 2015 at 18:20 barta@yggdrasil ~ $ cat /home/hbarta/bin/MX
java -jar /usr/local/STMicroelectronics/STM32Cube/STM32CubeMX/STM32CubeMX.exe
hbarta@yggdrasil ~ $ I just found this out as well from a friend which beats the hec...
Posted on June 25, 2015 at 21:48It took me a quite a while to get CDC serial USB up and running reliably but it is now solid. A couple of things that gave me issues: o outgoing buffer to TX must be address aligned to 4 bytes! o don't call anything u...