Posted on February 14, 2015 at 22:42
Hi all,
I'm playing around with an STM32F4 Discovery board, and I ran into an interesting issue. I'm using the GCC embedded ARM toolchain. This is the main code in question:
#include <stm32f...
Posted on February 16, 2015 at 20:05Thanks for tracking that down, I couldn't find any documentation of this problem at all and did not think to check the errata. It is definitely more satisfying to have some real docs regarding this issue.I can do ...
Posted on February 15, 2015 at 05:29Thank you, that makes me feel more confident that I don't have a systemic issue going on.Is there a conventional way of dealing with this properly or ''correctly''? I'm having difficulty finding any explicit menti...